Stevedore is a graphical utility to manage Docker containers and images
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
José Carlos Cuevas d71c82ea18
Added some error checking, specially when there are connection errors.
10 years ago
res Added missing hook to delete_container action 10 years ago
src Added some error checking, specially when there are connection errors. 10 years ago
.gitignore More ignored files added 10 years ago
COPYING First commit 10 years ago
LICENSE Added a LICENSE file as github requires. 10 years ago
README.md Improved a bit the README.md adding a reference to another project. 10 years ago
distribute_setup.py First commit 10 years ago
requirements.txt Improved the gitignore file, started sketching first methods of the docker interface module and added a requirements file for pip 10 years ago
setup.py First commit 10 years ago

README.md

Stevedore

A Docker graphical container manager

By José Carlos Cuevas Albadalejo <reset [dot] reboot [at] gmail [dot] com>

Stevedore is a graphical manager for Docker containers written in Python and GTK, using Docker Remote API through [docker-py][https://github.com/dotcloud/docker-py].