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-rebuild.1.rst2
-rw-r--r--share/man/container-top.1.rst1
4 files changed, 4 insertions, 1 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-rebuild.1.rst b/share/man/container-rebuild.1.rst
index 345ec01..4f7bbd8 100644
--- a/share/man/container-rebuild.1.rst
+++ b/share/man/container-rebuild.1.rst
@@ -37,7 +37,7 @@ Synopsis
Description
===========
-The **container rebuild** command rebuilds a container by stopping, building, starting an existing container.
+The **container rebuild** command rebuilds a container by stopping, removing, building, and starting an existing container.
Options
=======
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