Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linzeyan/demo


https://github.com/linzeyan/demo

docker gin

Last synced: about 2 months ago
JSON representation

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