Skip to content

Instantly share code, notes, and snippets.

@joshwget
Last active April 18, 2016 00:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshwget/a5ccdffa8425b7cdaec3527308bfe2e0 to your computer and use it in GitHub Desktop.
Save joshwget/a5ccdffa8425b7cdaec3527308bfe2e0 to your computer and use it in GitHub Desktop.
foo:
image: busybox
command: env
labels:
- io.rancher.os.remove=false
- io.rancher.os.after=docker
- io.rancher.os.scope=system
stdin_open: true
tty: true
volumes:
- /foo
- /var/lib/rancher/conf:/bar
environment:
- ECS_LOGFILE=/log/ecs-agent.log
- ECS_LOGLEVEL=info
- ECS_DATADIR=/data
- ECS_*
- ECS_TEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment