Update docker.sh

This commit is contained in:
tteckster 2022-03-17 08:17:25 -04:00 committed by GitHub
parent afde4dcd55
commit b7ed7db0db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ while [ $opt != '' ]
fi
done
show_menu3(){
printf " ${YW} If ZFS, You Have Storage Driver Options${CL}\n"
printf " ${YW} Non ZFS, Select Standard overlay2fs Storage Driver${CL}\n"
printf " ${RD} If ZFS, You Have Storage Driver Options${CL}\n"
printf " ${RD} Non ZFS, Select Standard overlay2fs Storage Driver${CL}\n"
printf " ${YW} 1)${GN} Use fuse-overlayfs Storage Driver${CL}\n"
printf " ${YW} 2)${GN} Use Standard overlay2fs Storage Driver${CL}\n"