1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix flag names

This commit is contained in:
David Gageot 2014-06-19 11:25:14 +02:00
parent b1c114c3a7
commit 80bc06f1cf

View file

@ -103,7 +103,7 @@ interactive cases.
## Container Identification
### Name (name)
### Name (-name)
The operator can identify a container in three ways:
@ -190,7 +190,7 @@ localhost interface.
$ # use the redis container's network stack to access localhost
$ docker run --rm -ti --net container:redis example/redis-cli -h 127.0.0.1
## 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