Add a CLI help command for Docker.
This commit is contained in:
parent
ed65d00574
commit
700b7a1b51
1 changed files with 5 additions and 0 deletions
|
@ -569,6 +569,11 @@ Each command is described at the beginning of the help section:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
traefik --help
|
traefik --help
|
||||||
|
|
||||||
|
# or
|
||||||
|
|
||||||
|
docker run traefik[:version] --help
|
||||||
|
# ex: docker run traefik:1.5 --help
|
||||||
```
|
```
|
||||||
|
|
||||||
### Command: bug
|
### Command: bug
|
||||||
|
|
Loading…
Reference in a new issue