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:
5
scripts/docker-run.sh
Executable file
5
scripts/docker-run.sh
Executable 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 "$@"
|
Reference in New Issue
Block a user