Skip to content

Instantly share code, notes, and snippets.

@joshwget
Last active August 1, 2016 23:03
Show Gist options
  • Save joshwget/bc5f47b43921415464e7e68695454f0f to your computer and use it in GitHub Desktop.
Save joshwget/bc5f47b43921415464e7e68695454f0f to your computer and use it in GitHub Desktop.
runv:
image: joshwget/runv
labels:
io.rancher.os.after: docker
io.rancher.os.scope: system
privileged: true
net: host
uts: host
pid: host
ipc: host
volumes:
- /usr/bin/docker:/usr/bin/docker
- /usr/bin/iptables:/sbin/iptables:ro
volumes_from:
- all-volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment