From f5387f6ff703ee293e8a01fc73ecd557365acebc Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Apr 2023 17:21:08 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cc39a06..0550bcc 100644 --- a/readme.md +++ b/readme.md @@ -119,7 +119,9 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti By default the container uses bridge networking, and uses the same IP as the docker host. - If you want to give it a seperate IP address, create a macvlan network. For example: + If you want to give it a seperate IP address, create a macvlan network. + + For example: ``` $ docker network create -d macvlan \