Skip to content

Commit

Permalink
Merge pull request moby#11690 from ssdonline/fix_issue_11683
Browse files Browse the repository at this point in the history
Fixes error moby#11683
  • Loading branch information
moxiegirl committed Mar 24, 2015
2 parents 1ad6aae + 6fa6b5b commit 05c23ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/userguide/usingdocker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 05c23ca

Please sign in to comment.