diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-07 05:24:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-08-04 13:35:52 +0000 |
commit | 77e8e2016848e98a60d3e2d12a9ef78f18690bb9 (patch) | |
tree | 434a8bbbf6a716e9df4231ef2fa3417f64df7ce9 /README.txt | |
parent | Adding commit messages to previous changelog. (diff) | |
download | compute-tools-77e8e2016848e98a60d3e2d12a9ef78f18690bb9.tar.xz compute-tools-77e8e2016848e98a60d3e2d12a9ef78f18690bb9.zip |
Trimming usage example to basic commands only in readme file.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'README.txt')
-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 -------- |