mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix docker-rm man page formatting
Signed-off-by: Denis Ollier <larchunix@users.noreply.github.com>
This commit is contained in:
parent
5297a25b4e
commit
9356049680
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ CONTAINER [CONTAINER...]
|
|||
|
||||
**docker rm** will remove one or more containers from the host node. The
|
||||
container name or ID can be used. This does not remove images. You cannot
|
||||
remove a running container unless you use the \fB-f\fR option. To see all
|
||||
remove a running container unless you use the **-f** option. To see all
|
||||
containers on a host use the **docker ps -a** command.
|
||||
|
||||
# OPTIONS
|
||||
|
|
Loading…
Reference in a new issue