From ed96b19b614acff11006239d0ee1e7b80e0f6379 Mon Sep 17 00:00:00 2001 From: Ahmad Shehanshah <93005176+Ahmadshen@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:06:12 +0500 Subject: [PATCH] Update day19.md --- Days/day19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day19.md b/Days/day19.md index 16766e2..3c16520 100755 --- a/Days/day19.md +++ b/Days/day19.md @@ -48,7 +48,7 @@ When you first run the docker image, it will take some time to download and run - `docker container exec -it container_id bash` executes an interactive bash shell on the container. It will allow multiple terminals to run on one container. -- `docker stop container_id` will stop the container. +- `docker start container_id` will start the container. - `docker stop container_id` will stop the container.