mirror of
https://github.com/rancher/os.git
synced 2025-09-06 01:01:43 +00:00
2
Makefile
2
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:
|
.dapper:
|
||||||
@echo Downloading dapper
|
@echo Downloading dapper
|
||||||
|
9
scripts/moby/README.md
Normal file
9
scripts/moby/README.md
Normal 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.
|
Reference in New Issue
Block a user