Skip to content

Commit

Permalink
Merge pull request #171 from srenatus/patch-1
Browse files Browse the repository at this point in the history
Fix repo references in README.md
  • Loading branch information
ijc authored Dec 4, 2017
2 parents 8ca34fb + dfc2b95 commit 858492e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [HyperKit](http://github.com/docker/hyperkit)
## [HyperKit](http://github.com/moby/hyperkit)

![Build Status OSX](https://circleci.com/gh/docker/hyperkit.svg?style=shield&circle-token=cf8379b302eab2bbf33821cafe164dbefb71982d)
![Build Status OSX](https://circleci.com/gh/moby/hyperkit.svg?style=shield&circle-token=cf8379b302eab2bbf33821cafe164dbefb71982d)

*HyperKit* is a toolkit for embedding hypervisor capabilities in your application. It includes a complete hypervisor, based on [xhyve](https://github.com/mist64/xhyve)/[bhyve](http://bhyve.org), which is optimized for lightweight virtual machines and container deployment. It is designed to be interfaced with higher-level components such as the [VPNKit](https://github.com/docker/vpnkit) and [DataKit](https://github.com/docker/datakit).
*HyperKit* is a toolkit for embedding hypervisor capabilities in your application. It includes a complete hypervisor, based on [xhyve](https://github.com/mist64/xhyve)/[bhyve](http://bhyve.org), which is optimized for lightweight virtual machines and container deployment. It is designed to be interfaced with higher-level components such as the [VPNKit](https://github.com/moby/vpnkit) and [DataKit](https://github.com/moby/datakit).

HyperKit currently only supports Mac OS X using the [Hypervisor.framework](https://developer.apple.com/library/mac/documentation/DriversKernelHardware/Reference/Hypervisor/index.html). It is a core component of Docker For Mac.

Expand All @@ -24,7 +24,7 @@ If you are using Hyperkit directly then please report issues against this reposi

## Building

$ git clone https://github.com/docker/hyperkit
$ git clone https://github.com/moby/hyperkit
$ cd hyperkit
$ make

Expand Down

0 comments on commit 858492e

Please sign in to comment.