Favor docker <object> <verb> format of commands (#5914)

Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
This commit is contained in:
Misty Stanley-Jones 2018-02-05 09:33:47 -08:00 committed by GitHub
parent f1fb06838a
commit 09d8e4bd93
3 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ At this point, it's assumed that:
* you have installed Docker Compose
* it's HIGHLY recommended that you get a certificate from a known CA instead of self-signed certificates
* inside the current directory, you have a X509 `domain.crt` and `domain.key`, for the CN `myregistrydomain.com`
* be sure you have stopped and removed any previously running registry (typically `docker stop registry && docker rm -v registry`)
* be sure you have stopped and removed any previously running registry (typically `docker container stop registry && docker container rm -v registry`)
## The List