diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-24 17:49:38 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-24 17:49:38 +0200 |
commit | 9c71f620a7c29ea22e4f1743e733bd267cdb4b69 (patch) | |
tree | 758b38e7a9a7373de269baf1aee29e4e801f7716 /docs/utils | |
parent | 18805ee35296e6e34be59f37083190990f4afcbb (diff) | |
download | searxng-9c71f620a7c29ea22e4f1743e733bd267cdb4b69.tar.gz searxng-9c71f620a7c29ea22e4f1743e733bd267cdb4b69.zip |
[add blog post] Developing in Linux containers [202006]
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r-- | docs/utils/lxc.sh.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst index ae1412870..114d0911e 100644 --- a/docs/utils/lxc.sh.rst +++ b/docs/utils/lxc.sh.rst @@ -47,9 +47,9 @@ one**:: *Good to know ...* -Eeach container shares the root folder of the repository and the -command ``utils/lxc.sh cmd`` **handles relative path names transparent**, -compare output of:: +Each container shares the root folder of the repository and the command +``utils/lxc.sh cmd`` **handles relative path names transparent**, compare output +of:: $ sudo -H ./utils/lxc.sh cmd -- ls -la Makefile ... @@ -66,6 +66,7 @@ If there comes the time you want to **get rid off all** the containers and $ sudo -H ./utils/lxc.sh remove $ sudo -H ./utils/lxc.sh remove images +.. _lxc.sh install suite: Install suite ============= |