From 1d9e2c748cbe1939021a5dd8f885544a489d5183 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:41:05 +0200 Subject: [PATCH] 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> --- content/network/network-tutorial-macvlan.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/network/network-tutorial-macvlan.md b/content/network/network-tutorial-macvlan.md index cab208bac6..7ac446c0b5 100644 --- a/content/network/network-tutorial-macvlan.md +++ b/content/network/network-tutorial-macvlan.md @@ -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