This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
basic_commands [2017/10/18 21:49] pawel Updated additional commands for docker |
basic_commands [2018/05/08 08:46] (current) root |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| | docker logs {container_id} | show logs for the container | | | docker logs {container_id} | show logs for the container | | ||
| | docker exec -it {container_id} /bin/bash | log into the bash window for the docker container that is running | | | docker exec -it {container_id} /bin/bash | log into the bash window for the docker container that is running | | ||
| + | | docker stats | show statistics (like TOP) of your docker container(s) running | | ||