basic_commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| basic_commands [2017/10/18 21:49] – Updated additional commands for docker pawel | basic_commands [2026/02/01 15:28] (current) – root | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ^ Command ^ Functionality ^ | ^ Command ^ Functionality ^ | ||
| | docker ps | display all active docker containers | | | docker ps | display all active docker containers | | ||
| Line 6: | Line 5: | ||
| | 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 | | ||
| + | | docker network ls | show all networks created by your docker containers | | ||
basic_commands.1508377768.txt.gz · Last modified: (external edit)
