1
0
mirror of https://github.com/rancher/os.git synced 2025-07-18 17:11:04 +00:00

Add README

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-05-09 21:18:25 +10:00
parent 4fc82b69ef
commit 03f90fd748
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TARGETS := $(shell ls scripts | grep -vE 'clean|run|help|docs|release|moby')
TARGETS := $(shell ls scripts | grep -vE 'clean|run|help|docs|release|build-moby|run-moby')
.dapper:
@echo Downloading dapper

9
scripts/moby/README.md Normal file
View File

@ -0,0 +1,9 @@
# RancherOS built using LinuxKit/Moby
This is an initial non-containerd version.
To build, first run `make dev`, and then `make build-moby`.
To run in qemu, use `make run-moby`.
At the moment, `linuxkit run rancheros` crashes with a kernel panic.