diff options
Diffstat (limited to '')
-rw-r--r-- | README.txt | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -30,8 +30,8 @@ systemd-nspawn. 3.1 Source ---------- - 1. sudo apt install asciidoc git docbook-xml docbook-xsl libxml2-utils make xsltproc - 2. git clone https://github.com/open-infrastructure/container-tools + 1. sudo apt install asciidoc git docbook-xml docbook-xsl libxml2-utils make xsltproc dbus systemd-container + 2. git clone https://sources.open-infrastructure.net/software/container-tools 3. cd container-tools && sudo make install 3.2 Debian 9 (stretch) and newer @@ -43,16 +43,22 @@ systemd-nspawn. 4. Development -------------- -Bug reports, feature requests, and patches are welcome via Github: +Bug reports, feature requests, and patches are welcome via Debian Bug Tracking System: - * https://github.com/open-infrastructure/container-tools + * https://bugs.debian.org Please base them against the 'next' Git branch using common sense: * https://www.kernel.org/doc/Documentation/SubmittingPatches -5. Usage +5. Known Limitations +-------------------- + +container-tools currently do not work with systemd-networkd and depend on ifupdown. + + +6. Usage -------- * Create a new container: @@ -83,7 +89,7 @@ Please base them against the 'next' Git branch using common sense: container version -6. Links +7. Links -------- * 2016-02-24: Systemd vs. Docker @@ -108,7 +114,7 @@ Please base them against the 'next' Git branch using common sense: https://lwn.net/Articles/531114/ -7. Authors +8. Authors ---------- * Daniel Baumann <daniel.baumann@open-infrastructure.net> |