kompose/script/test/fixtures/restart-options/docker-compose-restart-onfail.yml
Suraj Deshmukh 6ea5f72e40 support for raw pod output
if a user specifies a docker-compose service
with restart value as "no" or "on-failure"
then normal pod will be created as against
to a controller and a pod.
2016-12-13 19:24:25 +05:30

10 lines
118 B
YAML

version: "2"
services:
foo:
image: "foobar"
restart: "on-failure"
environment:
GITHUB: surajssd