- clone the repo
cd go-hello-word
- start Docker
docker build -t go-hello-world .
docker run -p 80:8081 -it go-hello-world
- In a browser, navigate to http://localhost
cd go-hello-word
docker build -t go-hello-world .
docker run -p 80:8081 -it go-hello-world