A curses interface for Docker
git clone https://github.com/dustinlacewell/console.git
cd console
python setup.py install
git clone https://github.com/dustinlacewell/console.git
cd console
docker build -t console
docker run -it -v /var/run/docker.sock:/var/run/docker.sock console
docker pull dlacewell/console
docker run -it -v /var/run/docker.sock:/var/run/docker.sock console
* DOCKERD_URL : Path to dockerd socket or remote api url
* DOCKERD_VERSION : Version of remote api to use
docker-console is a curses-like interface with interacting with a docker daemon. When it loads, you will be presented with an interface that lists your local Docker containers. At the top right, you can see the currently selected tab.
You can press '?' to view a list of the available key bindings for the current screen.