summaryrefslogtreecommitdiffstats
path: root/share/man/container-tools.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/container-tools.7.txt')
-rw-r--r--share/man/container-tools.7.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/share/man/container-tools.7.txt b/share/man/container-tools.7.txt
index 95d09c8..7fd1a0f 100644
--- a/share/man/container-tools.7.txt
+++ b/share/man/container-tools.7.txt
@@ -50,8 +50,8 @@ INSTALLATION
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
DEBIAN 9 (STRETCH) AND NEWER
@@ -63,15 +63,21 @@ DEBIAN 9 (STRETCH) AND NEWER
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
+KNOWN LIMITATIONS
+-----------------
+
+container-tools currently do not work with systemd-networkd and depend on ifupdown.
+
+
USAGE
-----
@@ -93,6 +99,9 @@ USAGE
*Attach console to a container:*::
sudo container console -n NAME
+*Enter a container namespace:*::
+ sudo container enter -n NAME
+
*limit*::
sudo container limit -n NAME --cpu-quota 10%