Skip to content

mr-pascal/medium-go-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize Go Application

## Build image
docker build -t my-go-app .
## Run container once and remove it afterwards
docker run --rm my-go-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published