mirror of https://github.com/docker/cli.git
unify `–`(en dash) to `-` when specifying options
Signed-off-by: Xie Shi <georgexsh@gmail.com>
This commit is contained in:
parent
86e72c6e06
commit
fb4c349f40
|
@ -99,7 +99,7 @@ together in most interactive cases.
|
|||
|
||||
## Container identification
|
||||
|
||||
### Name (–-name)
|
||||
### Name (--name)
|
||||
|
||||
The operator can identify a container in three ways:
|
||||
|
||||
|
@ -218,7 +218,7 @@ container itself as well as `localhost` and a few other common things. The
|
|||
::1 localhost ip6-localhost ip6-loopback
|
||||
86.75.30.9 db-static
|
||||
|
||||
## Clean up (–-rm)
|
||||
## Clean up (--rm)
|
||||
|
||||
By default a container's file system persists even after the container
|
||||
exits. This makes debugging a lot easier (since you can inspect the
|
||||
|
|
Loading…
Reference in New Issue