From d9400cced2afad61eafa18da661891a96db1eafc Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 4 Nov 2019 15:07:24 -0500 Subject: Remove containers when pruning a stopped pod. This path allows pod prune & pod rm to remove stopped containers in the pod before deleting the pod. PrunePods and RemovePod should be able to remove containers without force removal of stopped pods. Signed-off-by: Qi Wang --- docs/source/pod.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/pod.rst') diff --git a/docs/source/pod.rst b/docs/source/pod.rst index 391686ce5..2df377762 100644 --- a/docs/source/pod.rst +++ b/docs/source/pod.rst @@ -11,13 +11,13 @@ Pod :doc:`pause ` Pause one or more pods -:doc:`prune ` Remove all stopped pods +:doc:`prune ` Remove all stopped pods and their containers :doc:`ps ` List pods :doc:`restart ` Restart one or more pods -:doc:`rm ` Remove one or more pods +:doc:`rm ` Remove one or more stopped pods and containers :doc:`start ` Start one or more pods -- cgit v1.2.3-54-g00ecf