From 52545d8ee6a467c68b8ddbc1e77aacb2aa402ecc Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 9 Sep 2021 23:12:01 +0000 Subject: [PATCH] Update Docker --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 8314262..6c073bf 100644 --- a/Docker.md +++ b/Docker.md @@ -37,7 +37,7 @@ You can then `docker-compose (up|run)` any one of the services: Users will notice initially starting up a service can take some time, especially one with many dependencies. After the initial startup, however, users can run services again without much initialization: - $ docker-compose run test # Takes a while... + $ docker-compose run test # First run with no up'd services, takes a while. $ docker-compose run test # Starts instantly. ## Continued Imaging