Quick Actions
docker rm
Description
Remove one or more containers.
Command
docker rm
Examples
Remove stopped container
docker rm my-container
Force remove running container
docker rm -f my-container
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-f |
string | No | Force the removal of a running container |
-v |
string | No | Remove the volumes associated with the container |
Command Info
Category:
Container Management
Type:
Docker
Views:
15
Status:
Active
Tags
container
remove
delete