docker-hive icon indicating copy to clipboard operation
docker-hive copied to clipboard

Docker Clustering

Results 7 docker-hive issues
Sort by recently updated
recently updated
newest added

These will direct where to define and run containers. - [x] Random - [ ] Targeted - [ ] Unique (i.e. not allowed on the same host/zone) - [ ]...

These will be addons that can add various functionality (i.e. metrics, deployment functionality, scaling, etc).

Implement cluster level authentication.

This will handle importing images from Docker repositories. This should not only pull but also "replicate" (pull the images on multiple hosts throughout the cluster) to keep them in sync...

Use a fork of Docker? Currently have a proof of concept for getting containers with host information here https://github.com/ehazlett/docker/tree/hive

This will be utilized by the frontend UI as well as for integration.

This will manage the cluster state. This will manage containers, where they should run, how they recover, etc. - [ ] External datastore - [ ] Implement scheduler jobs -...