Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 124 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 124 Bytes

gin-in-docker

# build
docker build -t gin-in-docker:0.1 .

# run
docker run -d -p 9000:9000 gin-in-docker:0.1