Skip to content

Commit

Permalink
Update day19.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmadshen authored Oct 6, 2023
1 parent 95b35f6 commit ed96b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Days/day19.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ed96b19

Please sign in to comment.