Update Networking/Creating a MACVLAN Sub-Interface.md

This commit is contained in:
2024-06-15 23:19:28 -06:00
parent eff78a5e09
commit 317fad4a5b

View File

@ -17,3 +17,6 @@ Now you need to run the following command to allow docker to use this interface
``` sh ``` sh
docker network create -d macvlan --subnet=192.168.4.0/24 --gateway=192.168.4.1 -o parent=macvlan0 surveillance_network docker network create -d macvlan --subnet=192.168.4.0/24 --gateway=192.168.4.1 -o parent=macvlan0 surveillance_network
``` ```
!!! warning "Not Reboot-Persistent Yet"
Unfortunately due to a lack of documentation yet, I do not have a permanent configuration change to make this persistent, as such, you will need to re-run the commands above (at least the "Temporary Interface" section) in order to get it operational again after a system reboot.