Skip to content

Instantly share code, notes, and snippets.

@joshwget
Last active August 2, 2016 18:59
Show Gist options
  • Save joshwget/7a75f1e95ca58bd3c947ce2c32b81b37 to your computer and use it in GitHub Desktop.
Save joshwget/7a75f1e95ca58bd3c947ce2c32b81b37 to your computer and use it in GitHub Desktop.
runv-docker:
image: joshwget/runv
labels:
io.rancher.os.scope: system
io.rancher.os.after: docker
net: host
uts: host
pid: host
ipc: host
privileged: true
restart: always
volumes_from:
- system-volumes
- command-volumes
volumes:
- /var/lib/runv-docker:/var/lib/runv-docker
- /var/run/runv-docker:/var/run/runv-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment