#!/bin/sh docker network create -d ipvlan \ --subnet=192.168.6.0/24 \ --gateway=192.168.6.1 \ -o parent=eno1.6 ipvlan6