From a0baf93725a9e1581f7fdb92b4543ad717dedcef Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Thu, 11 Jun 2015 22:36:31 +0100 Subject: [PATCH] Fix service command Pretty sure that service and docker were the wrong way around Signed-off-by: Adrian Mouat --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index 145162636..9fbe69ba7 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -159,7 +159,7 @@ update-ca-trust Now: - * `service docker stop && docker service start` (or any other way you use to restart docker) + * `service docker stop && service docker start` (or any other way you use to restart docker) * `docker-compose up -d` to bring your registry up ## Token-based delegated authentication