- Remove --x-networking and --x-network-driver - There's now no way to set a network driver - this will be added back with the 'networks' key Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
8 lines
128 B
YAML
8 lines
128 B
YAML
version: 2
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|