diff --git a/config-distros.sh b/config-distros.sh index 0ee0da2..97fceb8 100755 --- a/config-distros.sh +++ b/config-distros.sh @@ -295,6 +295,10 @@ config () { docker*) echo skipping docker system return;; esac + case "$root" in + *\\Docker*) echo skipping docker system + return;; + esac if $ok && ! $remove && [ -n "$distro" ] then # fix #163: backend missing +x with certain mount options