cfk
Version:
Finbox's PaaS
12 lines (8 loc) • 295 B
Plain Text
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