From 91bbc4548fa35dadbd097a5ce3e4b28b06c0dd5b Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 9 May 2022 19:00:01 -0400 Subject: [PATCH] Update for 09-05-22 19:00 --- tech/Docker.wiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tech/Docker.wiki b/tech/Docker.wiki index 16ddd9e..12e32b3 100644 --- a/tech/Docker.wiki +++ b/tech/Docker.wiki @@ -11,6 +11,10 @@ the wiki (they change with different versions) the `docker` command is all thats needed to run a container. +== docker-compose == + +Docker-compose allows you to automate setting up several containers into a +single command. == Useful commands ==