Stevedore is a graphical utility to manage Docker containers and images
Find a file
2014-07-14 09:00:11 +02:00
res Preferences integrated into the application. Now we have to actually use them in our application logic. 2014-07-12 14:50:22 +02:00
src Changing app object name to MainApp instead of MainWindow 2014-07-14 09:00:11 +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].