gin-in-docker # build docker build -t gin-in-docker:0.1 . # run docker run -d -p 9000:9000 gin-in-docker:0.1