diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-01 05:18:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-01 05:19:20 +0000 |
commit | baa1a15eb54693784ddeca9561357e8213049241 (patch) | |
tree | 3691b4b3459c94eaf99eef4fca2ddcff65c86f32 /share/man/container.1.rst | |
parent | Releasing version 20220430. (diff) | |
download | compute-tools-baa1a15eb54693784ddeca9561357e8213049241.tar.xz compute-tools-baa1a15eb54693784ddeca9561357e8213049241.zip |
Adding container rebuild command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container.1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container.1.rst b/share/man/container.1.rst index 3fff87b..5e43963 100644 --- a/share/man/container.1.rst +++ b/share/man/container.1.rst @@ -59,6 +59,9 @@ build: start: Start a container, see container-start(1). +rebuild: + Rebuild a container, see container-rebuild(1). + restart: Restart a container, see container-restart(1). |