Skip to content

Instantly share code, notes, and snippets.

@pedroamador
Created August 2, 2018 06:10
Show Gist options
  • Save pedroamador/e9369539330007be58cd5430044a702c to your computer and use it in GitHub Desktop.
Save pedroamador/e9369539330007be58cd5430044a702c to your computer and use it in GitHub Desktop.
Docker in LXC using Proxmox
arch: amd64
cores: 4
hostname: test
memory: 4096
net0: name=eth0,bridge=vmbr1,gw=10.0.0.1,hwaddr=E6:D9:99:73:38:81,ip=10.0.0.100/24,type=veth
ostype: ubuntu
rootfs: local:100/vm-100-disk-1.raw,size=100G
swap: 4096
# Docker
lxc.apparmor.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