diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-12 06:18:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-31 14:30:17 +0000 |
commit | 0a79e426aec9b19f4c8cc34b317c5960e40c1915 (patch) | |
tree | b86e383a1ac0854b3fbc1af18df43ce22d80ccaa | |
parent | Correcting spelling in readme. (diff) | |
download | compute-tools-0a79e426aec9b19f4c8cc34b317c5960e40c1915.tar.xz compute-tools-0a79e426aec9b19f4c8cc34b317c5960e40c1915.zip |
Adding notes about installation to readme file.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | README.txt | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -21,7 +21,23 @@ systemd-nspawn. * https://github.com/open-infrastructure/container-tools -3. Usage +3. Installation +--------------- + +3.1 Source +---------- + + 1. sudo apt instal asciidoc git docbook-xml docbook-xsl libxml2-utils make xsltproc + 2. git clone https://github.com/open-infrastructure/container-tools + 3. cd container-tools && sudo make install + +3.2 Debian 8 (stretch) and newer +-------------------------------- + + * sudo apt install open-infrastructure-container-tools + + +4. Usage -------- * Create a new container: @@ -52,7 +68,7 @@ systemd-nspawn. container version -4. Links +5. Links -------- * 2016-02-24: Systemd vs. Docker @@ -77,7 +93,7 @@ systemd-nspawn. https://lwn.net/Articles/531114/ -5. Authors +6. Authors ---------- * Daniel Baumann <daniel.baumann@open-infrastructure.net> |