From 6fa6b5bcbb707a1fe709c5272035b79635c29a78 Mon Sep 17 00:00:00 2001 From: Swapnil Daingade Date: Mon, 23 Mar 2015 23:42:26 -0400 Subject: [PATCH] Fixes error #11683 Signed-off-by: Swapnil Daingade --- docs/sources/userguide/usingdocker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md index 8d57def4ed..fd5f52a375 100644 --- a/docs/sources/userguide/usingdocker.md +++ b/docs/sources/userguide/usingdocker.md @@ -298,7 +298,7 @@ and won't need it again. So let's remove it using the `docker rm` command. Error: Impossible to remove a running container, please stop it first or use -f 2014/05/24 08:12:56 Error: failed to remove one or more containers -What's happened? We can't actually remove a running container. This protects +What happened? We can't actually remove a running container. This protects you from accidentally removing a running container you might need. Let's try this again by stopping the container first.