1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/scripts/release

8 lines
134 B
Plaintext
Raw Normal View History

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