hyperd
hyperd copied to clipboard
HyperContainer Daemon
I'd like to run hyperd inside a docker image for deployment reasons. I've managed to get it working by adding lots of privileges (that is okay for my scenario): ```...
The current version of the vendored docker is not able to build with btrfs-progs >= 4.5. Updated docker (moby) versions have a patch for this. https://github.com/moby/moby/commit/a038cccf88998814249a7a40b71a33a680e3f02f Would it be possible...
In k8s: - [ ] a stopped pod won't be started again - [ ] we may create a pod with the same name of a stopped pod - [...
My ENV ``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial ``` ``` uname -a Linux runv 4.8.0-51-generic #54~16.04.1-Ubuntu SMP...
In a multi-tenant environment, there should be resource isolation between VMs created by hyper. The most obvious way to do this, to me at least, is to run each VM...
Hi, I'm just discovering hyper and I noticed that there is no way to specify a host IP for a host port binding. We are using multiple public IPs on...
Hyper should setup hostname and its real ip in `/etc/hosts`, or there are problems for hostname-based services.
Please consider distributing https://github.com/docker/docker/blob/master/contrib/completion/bash/docker
The hyper client code should be separated from hyper CLI. And we should also add an optional gRPC api to improve performance. - [x] Separate client code and api code...