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
# Add these at end of /etc/lxc/<id>.conf | |
lxc.apparmor.profile: unconfined | |
lxc.cgroup.devices.allow: a | |
lxc.cap.drop: |
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
""""""""""""""""""""""""""""""""""""" | |
" GENERAL CONFIG " | |
""""""""""""""""""""""""""""""""""""" | |
set nocompatible | |
filetype off | |
syntax on | |
set number | |
set ruler | |
set hlsearch | |
set encoding=utf-8 |