1
0
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:
Sven Dowideit
2017-05-03 15:40:30 +10:00
parent af965e9446
commit a366336895
10 changed files with 196 additions and 109 deletions

13
scripts/build-moby Executable file
View 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