From 03f90fd7481eb7fd6fb66b3f50ca06e9669481ea Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 9 May 2017 21:18:25 +1000 Subject: [PATCH] Add README Signed-off-by: Sven Dowideit --- Makefile | 2 +- scripts/moby/README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 scripts/moby/README.md diff --git a/Makefile b/Makefile index 3d9bd929..240bd194 100755 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/scripts/moby/README.md b/scripts/moby/README.md new file mode 100644 index 00000000..033854fb --- /dev/null +++ b/scripts/moby/README.md @@ -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.