Docker Total Controller is an UI for Docker.com build with Meteor.com
Docker Total Controller can drive your docker installations:
- image management: pull, run, inspect, remove, update, ...;
- container management: start, stop, pause, remove, ...;
- host management: multiple hosts with SSL.
- swarm management: init, join, leave, update, ...
- node management: inspect, remove, ...
- service management: create, inspect, remove, update, tasks listing, ...
Docker Total Controller reacts to docker status. The above video show how it reacts to fig
launching many containers.
- Install Docker. DTC is compatible with docker 1.12
- Pull and run a mongo container
docker run --name dtcmongodb -d mongo:3.2
- Pull and run Docker Total Controller:
docker run --name dtc --link dtcmongodb:mongo --volume /var/run/docker.sock:/var/run/docker.sock -p 3000:3000 -d djedi/dtc:latest
- Connect to localhost:3000
- Create an user.
- Have Fun !
- Install meteor: https://www.meteor.com/install
- Clone this repository
- Go to the working directory and run meteor
meteor npm install bcrypt
meteor
- Connect to localhost:3000
- Create an user.
- Have Fun !