Answers for "how to remove docker status exited containers"

0

docker remove all exited containers

docker container prune
Posted by: Guest on November-04-2020
0

Docker automatically delete container once exited

$ docker container prune
WARNING! This will remove all stopped containers.
Are you sure you want to continue? [y/N] y
Deleted Containers:
4a7f7eebae0f63178aff7eb0aa39f0627a203ab2df258c1a00b456cf20063
f98f9c2aa1eaf727e4ec9c0283bcaa4762fbdba7f26191f26c97f64090360

Total reclaimed space: 212 B
Posted by: Guest on November-23-2021

Code answers related to "how to remove docker status exited containers"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language