From 18068f0826aeafc5643f86d915e12a84695e35a4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Apr 2016 19:46:30 +0200 Subject: Merging upstream version 20160401. Signed-off-by: Daniel Baumann --- share/man/container-tools.7.txt | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'share/man/container-tools.7.txt') diff --git a/share/man/container-tools.7.txt b/share/man/container-tools.7.txt index e94afcc..dc35030 100644 --- a/share/man/container-tools.7.txt +++ b/share/man/container-tools.7.txt @@ -1,4 +1,4 @@ -// Open Infrastructure: container-tools +// container-tools - Manage systemd-nspawn containers // Copyright (C) 2014-2016 Daniel Baumann // // This program is free software: you can redistribute it and/or modify @@ -24,15 +24,15 @@ CONTAINER-TOOLS(7) NAME ---- -container-tools - Manage systemd-nspawn Containers +container-tools - Manage systemd-nspawn containers DESCRIPTION ----------- -"[A Linux Container] is an operating-system-level virtualization environment for running multiple isolated Linux systems (containers) on a single Linux control host.":: +"[A Linux container] is an operating-system-level virtualization environment for running multiple isolated Linux systems (containers) on a single Linux control host.":: -- Wikipedia (https://en.wikipedia.org/wiki/LXC) -container-tools provides the integration for Debian based Containers using systemd-nspawn. +container-tools provides the system integration for managing containers using systemd-nspawn. DOWNLOAD @@ -41,6 +41,28 @@ DOWNLOAD * https://github.com/open-infrastructure/container-tools +INSTALLATION +------------ + +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 + +DEBIAN 8 (STRETCH) AND NEWER +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + * sudo apt install open-infrastructure-container-tools + + +DEVELOPMENT +----------- + +Bug reports, feature requests, and patches are welcome. Please base them against the 'next' Git branch. + + USAGE ----- @@ -62,6 +84,9 @@ USAGE *Attach console to a container:*:: sudo container console -n NAME +*limit*:: + sudo container limit -n NAME --cpu-quota 10% + *List container on the system:*:: sudo container list -- cgit v1.2.3