mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 08:52:23 +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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user