fix to remove overlay fs left behind on upgrade

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-21 16:22:33 +00:00
parent c51b6cc299
commit d809737426

View File

@ -22,5 +22,9 @@ start_pre() {
ulimit -n 1048576
# temporary for alpha 4
rm -rf /var/lib/docker/overlay
rm -f /var/lib/docker/repositories-overlay
return 0
}