summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
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