go-hello-world

getting started

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