File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
content/manuals/engine/network/drivers Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ Keep the following things in mind:
32
32
overlay (to communicate across multiple Docker hosts), these solutions may be
33
33
better in the long term.
34
34
35
+ - Containers attached to a macvlan network cannot communicate with the host
36
+ directly, this is a restriction in the Linux kernel. If you need communication
37
+ between the host and the containers, you can connect the containers to a
38
+ bridge network as well as the macvlan. It is also possible to create a
39
+ macvlan interface on the host with the same parent interface, and assign it
40
+ an IP address in the Docker network's subnet.
41
+
35
42
## Options
36
43
37
44
The following table describes the driver-specific options that you can pass to
You can’t perform that action at this time.
0 commit comments