Launcher image

This commit is contained in:
2018-02-10 00:57:16 +01:00
parent 51f19c805b
commit 94ba9b86c7
5 changed files with 135 additions and 1 deletions

View File

@@ -12,13 +12,19 @@ mirror:
run-mirror: mirror
docker run -v $(VOLUME):/data -it --rm $(TAGBASE)-mirror
# Creator - ./creator dir
# Creator - ./creator-image dir
creator:
docker build -t $(TAGBASE)-creator ./creator-image
run-creator: creator
docker run -v /var/run/docker.sock:/var/run/docker.sock -it --rm $(TAGBASE)-creator
# Launcher - ./launcher-image
launcher:
docker build -t $(TAGBASE)-launcher ./launcher-image
run-launcher: launcher
docker run -v /var/run/docker.sock:/var/run/docker.sock -it --rm $(TAGBASE)-launcher
# wizzard
wizzard: mirror run-creator