From d2c94076d1eceb54ba90c05f87c3adc678f22625 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 26 Oct 2020 00:15:21 +0000 Subject: [PATCH] refactor(*): Clarify docker readme commands --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fcbce5..5ad30e5 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,11 @@ Running our bot with -d runs the container in detatched mode (as in it runs in t `docker run -d my-bot` ### More information + If you want more of a sanity check here are some following commands you can run the following commands: -``` -# Get the container! -docker ps - -# Print the logs -docker logs -``` +* To view details of running containers: `docker ps` +* To view the container's logs (with a number instead of the <> section): `docker logs ` To access the command line inside the docker container you can run: