User Tools

Site Tools


basic_commands

This is an old revision of the document!


Command Functionality
docker ps display all active docker containers
docker rm -f {container_name} force quit container by container name
docker images list all docker images currently on the system
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 stats show statistics (like TOP) of your docker container(s) running
basic_commands.1525783561.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki