|
|
|
|
|
by kevinsimper
3597 days ago
|
|
This looks really nice, I always hate managing servers when I really just want to run containers. Does it connect easily with Docker Hub? And what about running databases? How would I do that so that I don't loose any data? |
|
Yes, "hyper pull" work seamlessly with any Docker registry, public or private.
For persistent workload, Hyper_ provides the EBS-like volume, e.g. "hyper run -v vol:/path", but the volume is not local, instead it is distributed and replicated. And similar to EBS, you can create snapshots and restore to new volumes.