created profile creation script

This commit is contained in:
Radar231 2023-07-15 11:05:21 -04:00
parent 6838ef7ff2
commit 4c2a763bc2
1 changed files with 8 additions and 0 deletions

8
mk-profiles.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
lxc profile create bridged
lxc profile create docker
lxc profile create k3s
lxc profile edit bridged <bridged.cnf
lxc profile edit docker <docker.cnf
lxc profile edit k3s <k3s.cnf