Skip to main content

Graphical interface for Docker in your console

Project description

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!

Project details


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.8.1.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

dockery-0.8.1-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page