diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-29 18:17:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-10-30 16:38:22 +0000 |
commit | 8f2239e2955c8177b4c69418efa12831ceb2e872 (patch) | |
tree | 720c519ee03a4fdcb5c7d9f0e18e320e0ab20443 /share/man/container.1.txt | |
parent | Releasing version 20201030. (diff) | |
download | compute-tools-8f2239e2955c8177b4c69418efa12831ceb2e872.tar.xz compute-tools-8f2239e2955c8177b4c69418efa12831ceb2e872.zip |
Adding container run command to execute programs within containers.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container.1.txt b/share/man/container.1.txt index 02cdc64..c0fd182 100644 --- a/share/man/container.1.txt +++ b/share/man/container.1.txt @@ -75,6 +75,9 @@ The following container commands are available: *enter*:: Enter a container namespace, see container-enter(1). +*run*:: + Execute commands in a container namespace, see container-run(1). + *key*:: Manage GnuPG keyring for container operations, see container-key(1). |