# Docker Portainer Stacks ### Creating macvlan Network in Docker ``` docker network create -d macvlan \ --subnet=192.168.1.0/24 \ --gateway=192.168.1.1 \ -o parent=eth0 \ network ```