hyperkit icon indicating copy to clipboard operation
hyperkit copied to clipboard

A toolkit for embedding hypervisor capabilities in your application

Results 52 hyperkit issues
Sort by recently updated
recently updated
newest added

- Step to reproduce : 1. `git clone https://github.com/moby/hyperkit` 2. `cd hyperkit` 3. `make -i` - Details: ``` cc src/lib/vmm/vmm.c src/lib/vmm/vmm.c:846:14: error: variable 'wmesg' set but not used [-Werror,-Wunused-but-set-variable] const...

My project (A small, ~8 endpoint express app) uses typescript compiler file watching (`tsc --watch`) and `nodemon` for local development. The combination of these two processes running outside of docker,...

I add some changes in config.mk for this issue #332.

Are there any plans to add a USB-passthrough feature? This would be hugely beneficial to people like myself who are using Docker toolbox to allow for USB passthrough into containers...

and reported that ZFS failed to find root file system. Some googling suggests that userboot.so in the repo is too old. Could compile and release a new one? Or How...

A long running issue with minikube here https://github.com/kubernetes/minikube/issues/6296 when it creates a vm it cant get out This VM is having trouble accessing https://k8s.gcr.io I should state like some of...

On my ```Mac OS X v10.15.7 (19H1824)``` I had to do ``` opam init \ && eval $(opam env) \ && opam pin add qcow.0.11.0 https://github.com/mirage/ocaml-qcow.git -n \ && opam...

We're using a deprecated version in the CI. Let's update to latest and see what happens.

While installing hyperkit on mac using brew I am getting this error. ``` Error: hyperkit: no bottle available! You can try to install from source with: brew install --build-from-source hyperkit...

``` brew install hyperkit ─╯ hyperkit: A full installation of Xcode.app 9.0 is required to compile this software. Installing just the Command Line Tools is not sufficient. Xcode can be...