Settings

Theme

Container Native Cloud

hyper.sh

14 points by gnepzhao 10 years ago · 8 comments

Reader

kevinsimper 10 years 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?

  • gnepzhaoOP 10 years 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.

    • kevinsimper 10 years ago

      Okay, and how you authenticate against private repositories?

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

      • gnepzhaoOP 10 years ago

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

        Yes, currently no shared volume.

  • bergwolf 10 years ago

    It pulls images from Docker Hub when you type `hyper pull`.

    It supports volumes so that you can save persistent data in a volume.

resouer 10 years ago

What's the difference between existing VPS providers like DO?

  • gnepzhaoOP 10 years ago

    I think the website states it well:"Say goodbye to VMs Unlike traditional IaaS where containers run in VMs, you will only work with containers in HYPER_. However, containers are protected by hardware-enforced isolation, meaning that they are as secure as a VM."

navy92f 10 years ago

the prices are attractive. the basic instance is just one dollar for a month.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection