Graphical interface for Docker in your console
Project description
dockery
Graphical interface for Docker in your console
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
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.8.1.tar.gz
(8.5 kB
view details)
Built Distribution
dockery-0.8.1-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file dockery-0.8.1.tar.gz
.
File metadata
- Download URL: dockery-0.8.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.9.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4ced4424af3545858cc2f08ff0f084eda341fd17ddb35f6d24190ac3e5828c1 |
|
MD5 | 692d24a1fd431b78047c1b84b31e699f |
|
BLAKE2b-256 | 0cd5d58a08a171761afbea39b1184012c6ce955b0672fdd5bfaf055010585301 |
File details
Details for the file dockery-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: dockery-0.8.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.9.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4743cc960df3eeb34eef5ce669b5825c68f720f84b1c1b97c4dadc77124329e2 |
|
MD5 | 8f1da8988269f3313d4b9b8ff6487f06 |
|
BLAKE2b-256 | 0f32760c13f1cc7d218666feb618a12eef465c063dcf94cd3795fab9a341d507 |