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: 22 days 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: 2024-09-30T06:25:51.000Z (4 months ago)
- Last Synced: 2024-11-09T20:45:46.069Z (3 months ago)
- Topics: docker, gin
- Language: Dockerfile
- Homepage: https://linzeyan.github.io/demo/
- Size: 10.6 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
```