An open API service indexing awesome lists of open source software.

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.

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
```