Skip to content

Template repository for development with Golang and Docker.

License

Notifications You must be signed in to change notification settings

aiiro/golang-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-docker-template


docker compose

Start container

$ docker compose -f docker-compose.yml up

Start container with go-delve/delve

$ docker compose -f docker-compose.yml -f docker-compose-debug.yml up

Check if the container is working

$ curl -X GET http://localhost:8000
Hello World

About

Template repository for development with Golang and Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published