Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 142 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 142 Bytes

docker golang gin

Build and run it via commands

$ docker build  -t myapp .
$ docker run --rm -p 8080:8080 myapp 
$ docker ps