1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 13:07:04 +00:00
os/scripts/release

8 lines
134 B
Plaintext
Raw Normal View History

2015-02-09 05:09:51 +00:00
#!/bin/bash
if ! docker info >/dev/null 2>&1 && [ -x "$(which wrapdocker)" ]; then
wrapdocker
fi
exec $(dirname $0)/../build.sh