Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 192 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 192 Bytes

Dockerize Go Application

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