Skip to content

shahidhk/go-docker

Repository files navigation

go-docker

A simple web app written in Go, with dockerfiles for development and production.

Build and run using any dockerfile:

$ docker build -f [dockerfile] -t go-docker .
$ docker run --rm -it -p 8080:8080 go-docker

See branch glide for glide based workflow instead of dep.

About

Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages