Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linzeyan/demo
https://github.com/linzeyan/demo
docker gin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linzeyan/demo
- Owner: linzeyan
- Created: 2021-11-14T11:05:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T20:35:17.000Z (over 1 year ago)
- Last Synced: 2024-06-20T08:18:56.920Z (6 months ago)
- Topics: docker, gin
- Language: Dockerfile
- Homepage: https://linzeyan.github.io/demo/
- Size: 7.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo
## usage
### command1
```bash
docker run -d -p 80:80 --name demo zeyanlin/gin-demo /usr/bin/demo -a args
```Output
```shell
→ curl localhost
args
```### command2
```bash
docker run -d -p 80:80 --name demo zeyanlin/gin-demo
```Output
```shell
→ curl localhost
```