Skip to content

A small example of building and running a Go app inside of a Docker container

Notifications You must be signed in to change notification settings

AnPiakhota-Infoblox/go-docker-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-docker-example

Build Status Coverage Status

A small example of building and running a Go web app inside of a Docker container.

  • Uses Go Modules
  • Uses Docker's multi-stage builds

Running Locally

Be sure to have Go 1.16+ installed and try running:

$ go run cmd/example/main.go

About

A small example of building and running a Go app inside of a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.9%
  • Dockerfile 27.7%
  • Go 26.4%