2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-15 00:15:05 +00:00

Edited appendix_docker_basics.asciidoc with Atlas code editor

This commit is contained in:
kristen@oreilly.com 2021-11-19 10:43:08 -08:00
parent 6465d3ffb9
commit 4fa8bff76c

View File

@ -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...
----