From e01af6885441985e7a0deb36e1fabd3781d0930c Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Apr 2023 22:10:12 +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 7eb21cc..0dbe7af 100644 --- a/readme.md +++ b/readme.md @@ -108,7 +108,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti By default the container uses bridge networking, and is reachable by the IP of the docker host. - If you want to give it a seperate IP address, create a macvlan network that matches your local subnet: + If you want to give it a seperate IP address, create a macvlan network that matches your local subnet, for example: ``` $ docker network create -d macvlan \