From 3f771adca694af0597e3f5ee5f771a101fcb3ded Mon Sep 17 00:00:00 2001 From: Leonardo Azize Martins Date: Thu, 17 Aug 2017 08:16:27 +0200 Subject: [PATCH] Fix registry version argument Signed-off-by: Leonardo Azize Martins --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f1441bee..afe4e92a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -version` + - `docker exec 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