Created
March 4, 2019 15:56
-
-
Save safeith/2c228a38c06d0823f1b28c44f951b4e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
linux.kernel_modules: bridge,br_netfilter,ip_tables,ip6_tables,ip_vs,netlink_diag,nf_nat,overlay,xt_conntrack | |
raw.lxc: |- | |
lxc.cgroup.devices.allow = a | |
lxc.mount.auto=proc:rw sys:rw | |
lxc.cap.drop = | |
security.nesting: "true" | |
security.privileged: "true" | |
description: docker profile | |
devices: | |
eth0: | |
name: eth0 | |
nictype: bridged | |
parent: lxdbr0 | |
type: nic | |
root: | |
path: / | |
pool: local-lvm | |
type: disk | |
name: docker | |
used_by: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment