Docker rm: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
docker rm <''options''> <''container-id''> | docker rm <''options''> <''container-id''> | ||
A running container cannot be removed unless -f is used. | A running container cannot be removed unless [[Docker_rm#-f.2C_--force|-f]] is used. | ||
=Options= | =Options= | ||
==-f, --force== | ==-f, --force== |
Revision as of 02:55, 20 November 2017
Internal
Overview
docker rm <options> <container-id>
A running container cannot be removed unless -f is used.