From 9b955913618d0f413db1504e41600c73a8f0c0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 4 Feb 2016 11:45:58 +0100 Subject: [PATCH] fix case of docker repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c10411f..7005c9a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ it run as user nobody, who cannot bind to port 43 itself. There is also a pretty small container available (around 3mb). ``` -$ docker run -v path/to/registry:/registry -p 43:4343 --rm Mic92/whois42d +$ docker run -v path/to/registry:/registry -p 43:4343 --rm mic92/whois42d ``` ## TODO