Graphical interface for Docker in your console
Project description
dockery
Graphical interface for Docker in your console
Installation
From source
git clone git@github.com:marianocarrazana/dockery.git
cd dockery
pip install -e .
# update only:
git pull
From pip
pip install -U dockery
Usage
Run on your console:
dockery
Warning: 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.
Utils
dockery df
dockery ps
dockery volumes
dockery images
dockery networks
dockery stats
You specify the format output of these commands with the parameter --format
, e.g:
dockery df --format json
dockery df --format yaml
Get logs
dockery logs {container_name}
You can use the parameter --stream
to get the logs in real time, e.g:
dockery logs {container_name} --stream
Enjoy it!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dockery-0.6.0.tar.gz
(7.8 kB
view hashes)
Built Distribution
dockery-0.6.0-py3-none-any.whl
(11.0 kB
view hashes)