File: docker-compose.yaml

package info (click to toggle)
podman-compose 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,004 kB
  • sloc: python: 10,946; sh: 107; javascript: 48; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3'

# --ipam-driver must not be passed 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"]