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!
|
||||
|
||||
Your docker host setup uses broken aufs as storage driver. Adjust the docker
|
||||
configuration to use a driver (overlay, overlay2, devicemapper). You may also
|
||||
need to update the host distribution (e.g. Debian Jessie -> Stretch).
|
||||
configuration to use a different driver (overlay, overlay2, devicemapper). You
|
||||
may also need to update the host distribution (e.g. Debian Jessie -> Stretch).
|
||||
|
||||
EOF
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user