Fix registry version argument

Signed-off-by: Leonardo Azize Martins <leonardo.azize@scania.com>
This commit is contained in:
Leonardo Azize Martins 2017-08-17 08:16:27 +02:00 committed by Leonardo Azize Martins
parent e0b4f55f2b
commit 3f771adca6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ By following these simple rules you will get better and faster feedback on your
2. copy the output of:
- `docker version`
- `docker info`
- `docker exec <registry-container> registry -version`
- `docker exec <registry-container> registry --version`
3. copy the command line you used to launch your Registry
4. restart your docker daemon in debug mode (add `-D` to the daemon launch arguments)
5. reproduce your problem and get your docker daemon logs showing the error