Build and Run Exempla Build docker build -t slns/go-hello-world . or docker build -t slns/go-hello-world -f PATH/Dockerfile Run docker run --rm slns/go-hello-world Run image from DockerHub docker pull slns/go-hello-world