0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-25 22:40:42 -05:00

docs: move misplaced instructions

This commit is contained in:
Earl Warren 2023-06-19 18:38:02 +02:00 committed by Caesar Schinas
parent 24fe27de85
commit 7c210192d8
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -54,14 +54,14 @@ git clone https://code.forgejo.org/forgejo/lxc-helpers/
lxc-helpers.sh lxc_prepare_environment lxc-helpers.sh lxc_prepare_environment
sudo lxc-helpers.sh lxc_install_lxc_inside 10.120.13 sudo lxc-helpers.sh lxc_install_lxc_inside 10.120.13
lxc-helpers.sh lxc_container_create forgejo-runners
lxc-helpers.sh lxc_container_start forgejo-runners
lxc-helpers.sh lxc_container_user_install forgejo-runners $(id -u) $USER
``` ```
### Creating an LXC container ### Creating an LXC container
```shell ```shell
lxc-helpers.sh lxc_container_create forgejo-runners
lxc-helpers.sh lxc_container_start forgejo-runners
lxc-helpers.sh lxc_container_user_install forgejo-runners $(id -u) $USER
lxc-helpers.sh lxc_container_run forgejo-runners -- sudo --user debian bash lxc-helpers.sh lxc_container_run forgejo-runners -- sudo --user debian bash
sudo apt-get update sudo apt-get update
sudo apt-get install -y wget docker.io emacs-nox sudo apt-get install -y wget docker.io emacs-nox