Update network.sh

This commit is contained in:
Kroese 2024-05-11 21:18:00 +02:00 committed by GitHub
parent 46b8ecdf76
commit f0ee63c201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@ checkOS() {
[[ "${name,,}" == *"microsoft"* ]] && os="Windows" [[ "${name,,}" == *"microsoft"* ]] && os="Windows"
if [ -n "$os" ]; then if [ -n "$os" ]; then
error "You are using Docker Desktop for $os, which does not support macvlan!" error "You are using Docker Desktop for $os which does not support macvlan, please revert to bridge networking!"
return 1 return 1
fi fi