mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Add build-moby and run-moby to start
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
13
scripts/build-moby
Executable file
13
scripts/build-moby
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)/..
|
||||
docker build -t zombie/os - < scripts/moby/Dockerfile
|
||||
|
||||
|
||||
cd dist
|
||||
mkdir -p moby
|
||||
cd moby
|
||||
moby build ../../scripts/moby/rancheros
|
||||
|
||||
|
Reference in New Issue
Block a user