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:
parent
24fe27de85
commit
7c210192d8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue