mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-24 22:32:43 -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
|
||||
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
|
||||
|
||||
```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
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y wget docker.io emacs-nox
|
||||
|
|
Loading…
Reference in a new issue