From accd87815bff839d633b74ad331aef9ac92919d5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 21:11:10 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 947018b..79ffea5 100644 --- a/readme.md +++ b/readme.md @@ -149,7 +149,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti This also has the advantage that you don't need to do any portmapping anymore, because all ports will be fully exposed this way. - NOTE: Docker does not allow communication between the host and the container in a macvlan network. There are some ways to fix that if needed, but they go beyond the scope of this FAQ. + NOTE: You will not be able to reach this IP from the Docker host, as macvlan does not allow communication between those two. There are some ways to fix that if necessary, but they go beyond the scope of this FAQ. * ### How can the container get an IP address via DHCP? ###