Created
May 22, 2017 21:28
-
-
Save xunleii/1814595ad4357a99287bb106ff3a595b to your computer and use it in GitHub Desktop.
Add flags to use docker on LXC in proxmox
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
#!/bin/bash | |
lxc.aa_profile: unconfined | |
lxc.cgroup.devices.allow: a | |
lxc.cap.drop: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment