Skip to main content

Réseau

Création d'une interface réseau :

docker network create -d macvlan \
  --subnet=192.168.100.0/24 \
  --gateway=192.168.100.254 \
  --ip-range=192.168.100.208/28 \
  -o parent=br0 \
  lan

Lister les réseaux :

docker network ls