#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
modprobe -q loop || exit 1
cgroupfs-mount
dockerd ${OPTS:--p /run/docker.pid -G docker}

