Merge pull request #622 from amouat/patch-2

Fix service command
This commit is contained in:
Olivier Gambier 2015-06-11 15:27:43 -07:00
commit 9b75807a0b

View file

@ -159,7 +159,7 @@ update-ca-trust
Now: 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 * `docker-compose up -d` to bring your registry up
## Token-based delegated authentication ## Token-based delegated authentication