From e4ff902f19dd9258a56ebe9343b0378cf7bb9592 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 13 May 2023 08:53:37 +0200 Subject: [PATCH] Add reference --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f9ab246..74eecae 100644 --- a/readme.md +++ b/readme.md @@ -137,7 +137,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti An added benefit of this approach is that you won't have to perform any port mapping anymore, since all ports will be exposed by default. - Please note that this IP address won't be accessible from the Docker host due to the design of macvlan, which doesn't permit communication between the two. If this is a concern, you need to create a second macvlan, but that goes beyond the scope of this FAQ. + Please note that this IP address won't be accessible from the Docker host due to the design of macvlan, which doesn't permit communication between the two. If this is a concern, you need to create a [second macvlan](https://blog.oddbit.com/post/2018-03-12-using-docker-macvlan-networks/#host-access) as a workaround. * ### How can the container acquire an IP address from my router?