#!/bin/bash
set -eux

# start docker and load the configurator image
docker daemon --raw-logs &

# sleep for docker to comeup
sleep 10

# save docker pid to a temp file
echo $! > /tmp/docker_pid_dib
