hyperd
hyperd copied to clipboard
HyperContainer Daemon
Hi Guys I'd like to set up small kubernetes clusters for a workshop and since we're running hyperd I thought I'd try an run the kubelet in a hyperd pod...
I've been struggling to debug an issue with the standard [consul image](https://hub.docker.com/_/consul/https://hub.docker.com/_/consul/) when running on docker+runv and/or pure hyperctl stack. First of all, when running docker+runc (on the same fresh...
PR #692 fixed port mapping but was after the release of 1.0.0 Therefore, the latest available binaries cannot handle an example like `hyperctl run -d --publish 80:80 nginx` without breaking...
My application watches a large number of files, however, after setting a few thousand watches, the process inside the container begins to receive errors regarding the inotify limits. When I...
E1123 15:34:06.230936 14844 json.go:141] read init data failed E1123 15:34:06.231997 14844 json.go:175] SB[vm-aECEGAOFYQ] error when readVmMessage() for ready message: read unix @->/var/run/hyper/vm-aECEGAOFYQ/hyper.sock: read: connection reset by peer E1123 15:34:06.230944 14844...
For convenience, can hyperd automatically load images that docker has loaded? Just like after I do ```bash $ docker load -i ``` the command ```bash $ hyperctl run -t bash...
kernel version: 4.9.48 qemu version: 2.10.0 (with qboot bios) hyperd version: master i did as document, but finally: ``` # hyperctl run -d --name centos7-test-1 --cpu=2 --memory=1024 --restart=always centos:7 sleep...
I want to call docker engine from my hyper pod. However, it seems that I can mount host's `/var/run/docker.sock` to my pod but I cannot connect to docker endpoint through...
When I run `hyperctl run`, If there is a way to specify a new dns for vm instead of default host dns?
I want to run `mysql:5.7` through `hyperctl run --env MYSQL_ROOT_PASSWORD=root -d mysql:5.7`, but get an error: ```bash 2018-01-29T04:44:50.700100Z 0 [ERROR] Can't start server : Bind on unix socket: No such...