Skip to content

Commit

Permalink
Edited appendix_docker_basics.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenORM committed Nov 19, 2021
1 parent 6465d3f commit 4fa8bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appendix_docker_basics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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...
----
Expand Down

0 comments on commit 4fa8bff

Please sign in to comment.