Electrofenster / dockerding-on-rails

Simple Web-Interface for Docker with a lot of features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is still work in progress

Don't use this in production

building and running this image

docker pull evolutio/dockerding
docker run -d -p 3000:3000 --privileged --name dockerding -v /var/run/docker.sock:/var/run/docker.sock evolutio/dockerding

after this you can visit the webinterface on http://localhost:3000

Screenshots

http://imgur.com/a/oUqlB

About

Simple Web-Interface for Docker with a lot of features

License:MIT License


Languages

Language:Ruby 52.0%Language:HTML 41.0%Language:CSS 2.9%Language:JavaScript 1.8%Language:Shell 1.2%Language:CoffeeScript 1.1%