Stevedore is a graphical utility to manage Docker containers and images
Find a file
2014-07-11 20:29:58 +02:00
res Added missing hook to delete_container action 2014-07-11 14:07:45 +02:00
src Added some error checking, specially when there are connection errors. 2014-07-11 20:29:58 +02:00
.gitignore More ignored files added 2014-07-11 14:34:30 +02:00
COPYING First commit 2014-07-08 12:54:45 +02:00
distribute_setup.py First commit 2014-07-08 12:54:45 +02:00
LICENSE Added a LICENSE file as github requires. 2014-07-09 11:43:07 +02:00
README.md Improved a bit the README.md adding a reference to another project. 2014-07-10 15:02:12 +02:00
requirements.txt Improved the gitignore file, started sketching first methods of the docker interface module and added a requirements file for pip 2014-07-09 11:07:01 +02:00
setup.py First commit 2014-07-08 12:54:45 +02:00

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].