mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
developer: infrastructure: wrong container name in example for LXC
This commit is contained in:
parent
dc2849ab18
commit
296ce286e5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ lxc-helpers.sh lxc_container_create --config "docker lxc" $name
|
|||
echo "lxc.start.auto = 1" | sudo tee -a /var/lib/lxc/$name/config
|
||||
lxc-helpers.sh lxc_container_start $name
|
||||
lxc-helpers.sh lxc_install_docker $name
|
||||
lxc-helpers.sh lxc_install_lxc forgejo-runner-host $ipv4 $ipv6
|
||||
lxc-helpers.sh lxc_install_lxc $name $ipv4 $ipv6
|
||||
lxc-helpers.sh lxc_container_user_install $name $(id -u) $USER
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue