mirror of https://github.com/docker/docs.git
Merge pull request #17945 from dvdksn/engine/macvlan-rootless
engine: macvlan is not supported in rootless mode
This commit is contained in:
commit
0516859655
|
@ -31,6 +31,8 @@ container to it.
|
||||||
- The examples assume your ethernet interface is `eth0`. If your device has a
|
- The examples assume your ethernet interface is `eth0`. If your device has a
|
||||||
different name, use that instead.
|
different name, use that instead.
|
||||||
|
|
||||||
|
- The `macvlan` driver is not supported in rootless mode.
|
||||||
|
|
||||||
## Bridge example
|
## Bridge example
|
||||||
|
|
||||||
In the simple bridge example, your traffic flows through `eth0` and Docker
|
In the simple bridge example, your traffic flows through `eth0` and Docker
|
||||||
|
|
Loading…
Reference in New Issue