Hacker News new | ask | show | jobs
by gnepzhao 3597 days ago
Founder is here.

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.

1 comments

Okay, and how you authenticate against private repositories?

Sounds pretty cool with distributed volumes, so they can unlike EBS be mounted to multiple containers?

Same with Docker, you can just "hyper login", then pull the images.

Yes, currently no shared volume.