#!/bin/bash docker pull hub.bildme.ru/firstgroup/go-site:latest docker run --rm --name main-go -p 3000:3000 hub.bildme.ru/firstgroup/go-site:latest