Golang Appplication Using Docker Instalation Pull base image from docker-hub docker push danisbagus/base-go:latest Create .env file cp .env.example .env Build new image docker build -t danisbagus/app-go . Running App Create and run new container ./run.sh