mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
fix to remove overlay fs left behind on upgrade
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
c51b6cc299
commit
d809737426
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user