Add a CLI help command for Docker.

This commit is contained in:
Ludovic Fernandez 2018-02-26 10:00:05 +01:00 committed by Traefiker Bot
parent ed65d00574
commit 700b7a1b51

View file

@ -569,6 +569,11 @@ Each command is described at the beginning of the help section:
```bash
traefik --help
# or
docker run traefik[:version] --help
# ex: docker run traefik:1.5 --help
```
### Command: bug