mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
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:
parent
6deedd29d9
commit
a0baf93725
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user