summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-06-18 09:59:59 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-06-18 09:59:59 +0000
commita93ff6ed2878ef21fa1a3f92c3796da0ffae85b9 (patch)
treeba66735df7a3ecd71741b472d81c849fd70a9143 /share
parentCompleting container actions in container-rebuild manpage description, thanks... (diff)
downloadcompute-tools-main.tar.xz
compute-tools-main.zip
Workarounding issue with linebreaks and rst conversion in manpage example sections, thanks to Tom Jampen <tom@cryptography.ch>.HEADmain
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rw-r--r--share/man/container-key.1.rst1
-rw-r--r--share/man/container-list.1.rst1
-rw-r--r--share/man/container-top.1.rst1
3 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-key.1.rst b/share/man/container-key.1.rst
index ff2b93f..d02fc3b 100644
--- a/share/man/container-key.1.rst
+++ b/share/man/container-key.1.rst
@@ -59,6 +59,7 @@ Examples
Add a key to the keyring manually:
gpg --keyserver hkps://keys.openpgp.org --recv 0x55CF1BF986ABB9C7
+
gpg --armor --export 0x55CF1BF986ABB9C7 | sudo container key --add -
Assisted adding of the same key:
diff --git a/share/man/container-list.1.rst b/share/man/container-list.1.rst
index 81a394b..674bacf 100644
--- a/share/man/container-list.1.rst
+++ b/share/man/container-list.1.rst
@@ -106,6 +106,7 @@ Create a SVG image via nwdiag of all started and stopped containers:
Create a shell export of all started and stopped containers:
sudo container list -f shell
+
sudo container list -f sh
Create a YAML export of all started and stopped containers:
diff --git a/share/man/container-top.1.rst b/share/man/container-top.1.rst
index 85b3627..7349b60 100644
--- a/share/man/container-top.1.rst
+++ b/share/man/container-top.1.rst
@@ -50,6 +50,7 @@ Examples
========
Dynamically list containers of the local system:
+
sudo container top
See also