Skip to content

Instantly share code, notes, and snippets.

@superseb
Created July 8, 2017 07:40
Show Gist options
  • Save superseb/7d3f0c4aa84371bcfde27f183bef5bc4 to your computer and use it in GitHub Desktop.
Save superseb/7d3f0c4aa84371bcfde27f183bef5bc4 to your computer and use it in GitHub Desktop.
RancherOS docker-17.06.0-ce
docker:
image: rancher/os-docker:17.06.0${SUFFIX}
command: ros user-docker
environment:
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
labels:
io.rancher.os.scope: system
io.rancher.os.after: console
net: host
pid: host
ipc: host
uts: host
privileged: true
restart: always
volumes_from:
- all-volumes
volumes:
- /sys:/host/sys
- /var/lib/system-docker:/var/lib/system-docker:shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment