coreos/coreos-xhyve

Name: coreos-xhyve

Owner: CoreOS

Description: Container Linux running on xhyve hypervisor

Created: 2015-06-11 02:11:43.0

Updated: 2018-05-23 09:09:02.0

Pushed: 2018-01-04 20:27:50.0

Homepage:

Size: 40

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CoreOS + xhyve

WARNING
Step by Step Instructions
Install xhyve
from homebrew (recommended)
ew install xhyve
or from source
t clone https://github.com/mist64/xhyve
 xhyve
ke
do cp build/xhyve /usr/local/bin/
check it is working…
yve -h
e: xhyve [-behuwxACHPWY] [-c vcpus] [-g <gdb port>] [-l <lpc>] ...
Download and run CoreOS

By default, the following commands will fetch the latest CoreOS Alpha image available, verify it (if you have gpg installed in your system) with the build public key, and then run it under xhyve.

os-xhyve-fetch
 coreos-xhyve-run

In your terminal you should see something like this:

 is localhost (Linux x86_64 4.0.3) 02:59:17
host key: 92:2e:78:25:8e:81:f3:74:61:c7:3b:79:db:3b:0f:c2 (DSA)
host key: 55:19:07:2c:44:9d:0c:f8:61:9e:95:97:61:ab:c5:c5 (ED25519)
host key: ba:69:da:37:7e:c2:b6:26:e4:72:b5:94:d4:b8:97:bb (RSA)
: 192.168.64.1 fe80::24d7:36ff:fe1d:cf32

lhost login: core (automatic login)

OS stable (695.0.0)
te Strategy: No Reboots
 login: Thu Jun 11 02:59:17 +0000 2015 on /dev/tty1.
@localhost ~ $

Now you can try to ssh in:

h core@192.168.64.1

Or try out docker:

ew install docker
cker -H 192.168.64.1:2375

Or try out rkt:

stemd-run rkt --insecure-skip-verify run coreos.com/etcd,version=v2.0.10 -- --listen-client-urls 'http://0.0.0.0:2379,http://0.0.0.0:4001'

And test from your laptop:

rl 192.168.64.1:2379/version
 2.0.10
Customize

The coreos-xhyve-fetch and coreos-xhyve-run behavior can be customized through the following environment variables:

For any given VM you can define all your custom settings in a file and then just consume it like coreos-xhyve-run -f custom.conf. See here for an example.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.