3 lines
180 B
Bash
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 |