Skip to content

Instantly share code, notes, and snippets.

@napramirez
Created May 12, 2017 09:55
Show Gist options
  • Save napramirez/9e334ecb7da3e7fadaccd0c9c607fb70 to your computer and use it in GitHub Desktop.
Save napramirez/9e334ecb7da3e7fadaccd0c9c607fb70 to your computer and use it in GitHub Desktop.
version: "2"
settings:
conductor_base: centos:7
services:
app:
from: centos:7
entrypoint: ['/usr/bin/entrypoint.sh']
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment