Docker: Fix warning sentence of about aufs
The word "different" was missing. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
6c30f32b58
commit
47b61d7eca
@ -5,8 +5,8 @@ if mount | grep -q "on / type aufs"; then
|
|||||||
WARNING: Generation of wic images will fail!
|
WARNING: Generation of wic images will fail!
|
||||||
|
|
||||||
Your docker host setup uses broken aufs as storage driver. Adjust the docker
|
Your docker host setup uses broken aufs as storage driver. Adjust the docker
|
||||||
configuration to use a driver (overlay, overlay2, devicemapper). You may also
|
configuration to use a different driver (overlay, overlay2, devicemapper). You
|
||||||
need to update the host distribution (e.g. Debian Jessie -> Stretch).
|
may also need to update the host distribution (e.g. Debian Jessie -> Stretch).
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user