Joshua Arulsamy d0f9fa84ad Add tests for -- seperator of flags and args.
Signed-off-by: Joshua Arulsamy <joshua.gf.arul@gmail.com>
2020-06-17 23:14:39 -06:00

13 lines
232 B
YAML

version: "2"
services:
--test-service:
image: busybox:1.27.0.2
build: .
command: top
ports:
- "8080:80"
--log-service:
image: busybox:1.31.0-uclibc
command: sh -c "echo hello && tail -f /dev/null"