mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-13 02:43:46 +00:00
refactor(*): Clarify docker readme commands
This commit is contained in:
@@ -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`
|
`docker run -d my-bot`
|
||||||
|
|
||||||
### More information
|
### More information
|
||||||
|
|
||||||
If you want more of a sanity check here are some following commands you can run the following commands:
|
If you want more of a sanity check here are some following commands you can run the following commands:
|
||||||
|
|
||||||
```
|
* To view details of running containers: `docker ps`
|
||||||
# Get the container!
|
* To view the container's logs (with a number instead of the <> section): `docker logs <our container's ID>`
|
||||||
docker ps
|
|
||||||
|
|
||||||
# Print the logs
|
|
||||||
docker logs <our container's ID>
|
|
||||||
```
|
|
||||||
|
|
||||||
To access the command line inside the docker container you can run:
|
To access the command line inside the docker container you can run:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user