lxd_profiles/mk-profiles.sh

9 lines
191 B
Bash
Executable File

#!/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