Fix registry version argument
Signed-off-by: Leonardo Azize Martins <leonardo.azize@scania.com>
This commit is contained in:
parent
e0b4f55f2b
commit
3f771adca6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ By following these simple rules you will get better and faster feedback on your
|
||||||
2. copy the output of:
|
2. copy the output of:
|
||||||
- `docker version`
|
- `docker version`
|
||||||
- `docker info`
|
- `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
|
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)
|
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
|
5. reproduce your problem and get your docker daemon logs showing the error
|
||||||
|
|
Loading…
Reference in a new issue