Fix service command

Pretty sure that service and docker were the wrong way around

Signed-off-by: Adrian Mouat <adrian.mouat@gmail.com>
This commit is contained in:
Adrian Mouat 2015-06-11 22:36:31 +01:00
parent 6deedd29d9
commit a0baf93725

View file

@ -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