Graphical interface for Docker in your console
pip install -U dockerygit clone https://github.com/marianocarrazana/dockery.git
cd dockery
pip install -e .
# update only:
git pullRun on your console:
dockeryWarning: you will probably need to install and run dockery as a root user, or you can add permissions to your user to run docker following this instructions.
dockery df
dockery ps
dockery volumes
dockery images
dockery networks
dockery stats
# Docker swarm
dockery configs
dockery secretsYou specify the format output of these commands with the parameter --format, e.g:
dockery df --format json
dockery df --format yamlYou can use ΞLogs button on the containers tabs to see the logs.
Or you can use the logs command to visualize them:
dockery logs {container_name}You can use the parameter --stream to get the logs in real time, e.g:
dockery logs {container_name} --stream
