Skip to content

Docker Total Controller: Docker UI made with Meteor

Notifications You must be signed in to change notification settings

gbizet/meteor-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Total Controller

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, ...);
  • container management: start, stop, pause, remove, ...;
  • host management: multiple hosts with SSL.

Docker Total Controller reacts to docker status. The above video show how it reacts to fig launching many containers.

Docker Total Controller

Install and run

Run From Docker

  1. Install Docker
  2. Pull and run a mongo container
	docker run --name dtcmongodb -d mongo:2.4.12
  1. Pull and run Docker Total Controller:
	docker run --name dtc --link dtcmongodb:dtcmongodb --volume /var/run/docker.sock:/var/run/docker.sock -p 3000:3000 -d djedi/dtc
  1. Connect to localhost:3000

  2. Create an user.

  3. Have Fun !

Run from sources

  1. Install meteor

  2. Clone this repository

  3. Go to the working directory and run meteor

	meteor
  1. Connect to localhost:3000

  2. Create an user.

  3. Have Fun !

About

Docker Total Controller: Docker UI made with Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.0%
  • HTML 35.3%
  • Other 0.7%