mirror of https://github.com/docker/docs.git
engine: macvlan is not supported in rootless mode
https://github.com/moby/moby/issues/45779#issuecomment-1599644464 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
caacbe78d1
commit
1d9e2c748c
|
@ -31,6 +31,8 @@ container to it.
|
|||
- The examples assume your ethernet interface is `eth0`. If your device has a
|
||||
different name, use that instead.
|
||||
|
||||
- The `macvlan` driver is not supported in rootless mode.
|
||||
|
||||
## Bridge example
|
||||
|
||||
In the simple bridge example, your traffic flows through `eth0` and Docker
|
||||
|
|
Loading…
Reference in New Issue