2016-01-21 13:16:04 +01:00
|
|
|
simple:
|
|
|
|
image: busybox:latest
|
2019-04-15 14:14:38 +02:00
|
|
|
command: sh -c "sleep 1 && echo hello && tail -f /dev/null"
|
2016-01-21 13:16:04 +01:00
|
|
|
another:
|
|
|
|
image: busybox:latest
|
2019-04-15 14:14:38 +02:00
|
|
|
command: sh -c "sleep 1 && echo test"
|