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