Files
git.limbosolutions.com/scripts/setup-lxc.sh
2022-10-01 15:40:00 +01:00

3 lines
180 B
Bash

lxc launch ubuntu $LXC_CONTAINER_NAME -p $LXC_PROFILE && \
lxc config set $LXC_CONTAINER_NAME "security.nesting" "true" && \
#executar o ficheiro sobre o container setup-ubuntu.sh