description "Clean up potentially corrupted docker config file" # Need to delete this file due to docker bug # (https://github.com/docker/docker/issues/18113) # Can remove after docker 1.10 is released start on starting docker script rm /var/lib/docker/network/files/local-kv.db end script