basic_commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| basic_commands [2026/02/01 12:29] – external edit 127.0.0.1 | 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 7: | Line 6: | ||
| | 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 stats | show statistics (like TOP) of your docker container(s) running | | ||
| + | | docker network ls | show all networks created by your docker containers | | ||
basic_commands.1769966999.txt.gz · Last modified: by 127.0.0.1
