#!/bin/sh echo "Starting Docker Daemon" docker daemon --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=vfs