diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-08-04 13:45:42 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-08-04 13:45:42 +0000 |
commit | 7c700481a6acef0e68d5f0b792152d71d8b875ea (patch) | |
tree | a676f68979111ac011a0e6e268cf3a44a8deeabd /README.txt | |
parent | Adding upstream version 20160701. (diff) | |
download | open-infrastructure-compute-tools-7c700481a6acef0e68d5f0b792152d71d8b875ea.tar.xz open-infrastructure-compute-tools-7c700481a6acef0e68d5f0b792152d71d8b875ea.zip |
Adding upstream version 20160801.upstream/20160801
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | README.txt | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -67,27 +67,20 @@ container-tools currently do not work with systemd-networkd and depend on ifupdo * Start a container: sudo container start -n NAME - * Restart a container: - sudo container restart -n NAME - * Stop a container: sudo container stop -n NAME * Remove a container: sudo container remove -n NAME - * Attach console to a container: - sudo container console -n NAME - - * Limit ressources of a container: - sudo container limit -n NAME --cpu-quota 10% - * List container on the system: sudo container list * Show container-tools version: container version +See container(1) for a list of all container commands. + 7. Links -------- |