1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 23:34:57 +00:00

split makefile into local and in-docker

This commit is contained in:
Ivan Mikushin
2015-08-06 00:46:22 +05:00
parent 8c9fa7ba2f
commit 9436b0da9a
7 changed files with 101 additions and 95 deletions

5
scripts/docker-run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
docker rm -fv ros-build > /dev/null 2>&1 || :
exec docker run -v /var/run/docker.sock:/var/run/docker.sock --name=ros-build ros-build "$@"