Edited appendix_docker_basics.asciidoc with Atlas code editor

pull/928/head
kristen@oreilly.com 2 years ago
parent 6465d3ffb9
commit 4fa8bff76c

@ -77,7 +77,7 @@ To resume an already existing container, use the `start` command like so:
==== Deleting a Container by Name
((("Docker containers","deleting a container by name")))If you name a container instead of letting Docker name it randomly, you cannot reuse that name until the container is deleted. Docker will return an error like this:
[source,bash]
----
docker: Error response from daemon: Conflict. The container name "/bitcoind" is already in use...
----

Loading…
Cancel
Save