17 lines
223 B
YAML
17 lines
223 B
YAML
version: 2
|
|
|
|
services:
|
|
bridge:
|
|
image: busybox
|
|
command: top
|
|
networks: ["bridge"]
|
|
|
|
host:
|
|
image: busybox
|
|
command: top
|
|
networks: ["host"]
|
|
|
|
none:
|
|
image: busybox
|
|
command: top
|
|
networks: []
|