Skip to content

egorpushkin/docker-cluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Cluster

Docker Cluster tool is aimed to provide convenient way of experimenting with a cluster of Docker machines. It uses Docker Remote API to perform routine Docker tasks on those instances.

Features

  • Ability to pull images from Docker Hub and private registries.
  • Authenticated access to Docker Registries is supported.
  • Access to all container properties exposed by Remote API (port bindings, volume mappings, environment variables, etc.).
  • Complete control over container lifecycle.

Documentation

Disclaimer

Docker Cluster interacts with Docker daemon via Remote API. Exposing Remote API on production machines is considered being security vulnerability. It is highly recommended to use Docker Cluster for educational and experimental purposes only.

From Docker documentation:

Warning: Changing the default docker daemon binding to a TCP port or Unix docker user group will increase your security risks by allowing non-root users to gain root access on the host. Make sure you control access to docker. If you are binding to a TCP port, anyone with access to that port has full Docker access; so it is not advisable on an open network.

License

Code is licensed under the The MIT License.
Documentation is licensed under Creative Commons Attribution 4.0 International License.

Author

Docker Cluster is developed by Egor Pushkin. My recent efforts are targeted towards designing connected systems (mostly in mobile space) with focus on cross-platform development methodologies, modern communication paradigms and highly automated workflows.

LinkedIn - https://www.linkedin.com/in/egorpushkin
Twitter - https://twitter.com/egorpushkin

About

Visual Docker cluster management tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.7%
  • HTML 40.1%
  • Python 16.4%
  • CSS 1.6%
  • Shell 1.2%