diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-29 06:20:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 06:20:21 +0000 |
| commit | 0fdd9339d09864ae0f5caca2b8aa9210d8757744 (patch) | |
| tree | 0a42e07e87a0cf27f5b47cc644763aa68e27205b /docs/utils | |
| parent | e39ad892de49b93d39df893f3b134387b3a933b2 (diff) | |
| parent | bdd24a6e7100d6df44400ca792b0468e4993a317 (diff) | |
Merge pull request #2024 from return42/blog-dev-in-lxc
[blog post] Developing in Linux containers
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 ============= |