updated bridged and k3s profiles

created docker profile
This commit is contained in:
Radar231 2022-01-18 09:01:07 -05:00
parent 12ddcda6b4
commit 54999f91c2
3 changed files with 25 additions and 3 deletions

View File

@ -1,11 +1,14 @@
config: {}
description: Bridged networking LXD profile
description: Profile settings for a bridged container
devices:
eth0:
name: eth0
nictype: bridged
parent: br0
type: nic
root:
path: /
pool: default
type: disk
name: bridged
used_by:

19
docker.cnf Normal file
View File

@ -0,0 +1,19 @@
config:
security.nesting: "true"
security.syscalls.intercept.mknod: "true"
security.syscalls.intercept.setxattr: "true"
limits.cpu: "2"
limits.memory: 4GB
description: Profile settings for a bridged docker container
devices:
eth0:
name: eth0
nictype: bridged
parent: br0
type: nic
root:
path: /
pool: default
type: disk
name: docker
used_by:

View File

@ -19,7 +19,7 @@ devices:
type: nic
root:
path: /
pool: pool2
pool: k3s
type: disk
name: k3s
used_by: