You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# DhyveOS
2
2
3
-
DhyveOS is a lightweight Linux distribution made specifically to run [Docker](https://www.docker.com/) containers within the [xhyve](https://github.com/mist64/xhyve) hypervisor on OS X. It runs completely from RAM, is a small ~15MB download and boots in ~5s (YMMV).
3
+
DhyveOS is a lightweight Linux distribution made specifically to run [Docker](https://www.docker.com/) containers within the [xhyve](https://github.com/mist64/xhyve) hypervisor on OS X. It runs completely from RAM, is a small ~8MB download and boots in ~5s (YMMV).
4
4
5
5
## Features
6
6
7
-
*NFS share automounts to /Users
7
+
*Uses 9P over virtio to mount your user's home directory so volume mappings work.
8
8
* Docker runs on port 2375 without TLS
9
-
* Designed for use with [dhyve](https://github.com/nlf/dhyve)
9
+
* Designed for use with [dlite](https://github.com/nlf/dlite)
10
10
* Default root password: dhyve
11
11
* Default docker user password: docker
12
-
* Uses the devicemapper storage driver configured in direct-lvm mode with XFS backed volumes
0 commit comments