diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-29 06:47:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 06:47:06 +0000 |
| commit | 02017bc624e13341d29ec63a48566dbd618ccee1 (patch) | |
| tree | af61bed20c47fec9603fd62cb23142a5be6462d3 /docs/utils | |
| parent | 93cbd85b8a5becdf69e6d70dd7c60f7122531262 (diff) | |
| parent | 0fdd9339d09864ae0f5caca2b8aa9210d8757744 (diff) | |
Merge branch 'master' into duckduckgo_correction
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 ============= |