mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes error #11683
Signed-off-by: Swapnil Daingade <swapnil.daingade@gmail.com>
This commit is contained in:
parent
e6b7d93072
commit
6fa6b5bcbb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue