mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
18 lines
263 B
YAML
18 lines
263 B
YAML
version: "3.2"
|
|
services:
|
|
test:
|
|
image: alpine
|
|
networks:
|
|
net1:
|
|
ipv4_address: 10.123.0.253
|
|
tty: true
|
|
command: ["top"]
|
|
|
|
networks:
|
|
net1:
|
|
driver: bridge
|
|
ipam:
|
|
driver: default
|
|
config:
|
|
- subnet: 10.123.0.0/24
|