Skip to content

marianocarrazana/dockery

Repository files navigation

dockery

Graphical interface for Docker in your console

Release

screenshot1

Installation

From pip

pip install -U dockery

From source

git clone https://github.com/marianocarrazana/dockery.git
cd dockery
pip install -e .
# update only:
git pull

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
# Docker swarm
dockery configs
dockery secrets

You specify the format output of these commands with the parameter --format, e.g:

dockery df --format json
dockery df --format yaml

Get logs

You 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

Enjoy it!

About

Graphical interface for Docker in your console

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published