Merge pull request #15009 from larchunix/devel

Fix docker-rm man page formatting
Upstream-commit: 35250b685ccd2f1632064a0cf106fd7f592514a4
Component: engine
This commit is contained in:
Jessie Frazelle
2015-07-27 10:16:57 -07:00
+1 -1
View File
@@ -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