chore(turris): try and fail to create a gitea lxc container

This commit is contained in:
Michele Cereda
2024-05-10 00:40:25 +02:00
parent e57d47aea4
commit c7c53f847c
6 changed files with 90 additions and 20 deletions

View File

@@ -19,6 +19,10 @@ ls '/usr/share/lxc/templates'
# List the options supported by templates.
lxc-create -t 'download' -h
# List the available images.
lxc-create -t 'download' -- -l
lxc-create -t 'download' -- --list
# Create containers.
# Use the 'download' template to choose from a list of distribution.
lxc-create -n 'nas' -t 'download'