Skip to content

Commit

Permalink
docs: fix text (#768)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
Co-authored-by: Aleksei Igrychev <[email protected]>
  • Loading branch information
Fral738 and alexey-igrychev authored Dec 27, 2024
1 parent 52c37d6 commit 03cb981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Setting up the build environment with Buildah

(For Ubuntu 23.10 and later) on the GitLab Runner host run:
(For Ubuntu 23.10 and later) on the Runner host run:

```shell
{ echo "kernel.apparmor_restrict_unprivileged_userns = 0" && echo "kernel.apparmor_restrict_unprivileged_unconfined = 0";} | sudo tee -a /etc/sysctl.d/20-apparmor-donotrestrict.conf && sudo sysctl -p /etc/sysctl.d/20-apparmor-donotrestrict.conf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Настройка окружения для сборки с Buildah

(Для Ubuntu 23.10 и выше) на хосте GitHub Runner запустите:
(Для Ubuntu 23.10 и выше) на хосте раннера запустите:

```shell
{ echo "kernel.apparmor_restrict_unprivileged_userns = 0" && echo "kernel.apparmor_restrict_unprivileged_unconfined = 0";} | sudo tee -a /etc/sysctl.d/20-apparmor-donotrestrict.conf && sudo sysctl -p /etc/sysctl.d/20-apparmor-donotrestrict.conf
Expand Down

0 comments on commit 03cb981

Please sign in to comment.