https://github.com/chunghha/docker-go-gin
Gin with Go running on Docker.
https://github.com/chunghha/docker-go-gin
docker gin-gonic golang
Last synced: 1 day ago
JSON representation
Gin with Go running on Docker.
- Host: GitHub
- URL: https://github.com/chunghha/docker-go-gin
- Owner: chunghha
- Created: 2017-10-28T04:27:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T03:31:26.000Z (over 6 years ago)
- Last Synced: 2025-04-12T00:16:52.004Z (6 months ago)
- Topics: docker, gin-gonic, golang
- Language: Go
- Size: 4.88 KB
- Stars: 28
- Watchers: 0
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
docker build . -t go-gin
docker run -i -t -p 8080:8080 go-gin
```*Or if you can run bash then just,*
```
sh run.sh
```