From ce29eb05bae977fe166151efae5a85266a45ec97 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 3 Apr 2022 23:20:46 +0200 Subject: [PATCH] Auto saved by Logseq --- docker.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker.md b/docker.md index 24defcf70..47df035ac 100644 --- a/docker.md +++ b/docker.md @@ -2,4 +2,8 @@ - A [[container]] platform. - Someone once told me "X is simpler, better than [[docker]]" but I forgot to write it down :) - Perhaps it was [[nomad]]? Need to check if it's at the same level of abstraction. -- \ No newline at end of file +- [[commands]] + - [[docker run]] takes an image (might not be local) and runs it, creating a container + - [[docker start]] starts a previously created container + - [[docker stop]] stops a running container + - [[docker ps]] (-a) shows running (all) containers \ No newline at end of file