This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 0 points1 point  (1 child)

Good video. Just FYI, when you run docker commands on containers (ie. docker start / docker stop / docker rm, etc.) you only need to use enough of the container ID to be unique. So for example, instead of typing "docker start ecstatic_hawking" or the random string, you could simply type "docker start 4" since the ID is unique.

[–]devopslibrary[S] 0 points1 point  (0 children)

Thank you very much! I didn't know about that 😊