podman-compose/tests/integration/ipam_default/docker-compose.yaml

16 lines
260 B
YAML
Raw Normal View History

version: '3'
# --ipam-driver must not be pass when driver is "default"
networks:
ipam_test_default:
ipam:
driver: default
config:
- subnet: 172.19.0.0/24
services:
testipam:
image: busybox
command: ["echo", "ipamtest"]