Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
docker network create -d macvlan \
|
|
--subnet=10.0.4.0/24 \
|
|
--gateway=10.0.4.1 \
|
|
-o parent=eth0.4 \
|
|
macvlan4
|