diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 07:48:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 08:55:49 +0000 |
commit | 7a0ab29f06ee916530618f06426b39e4a9487641 (patch) | |
tree | b8eca8e7651d0e7be291b0fd0ee3fcca1be1f70e | |
parent | Correcting and simplifying nsenter call in container enter command. (diff) | |
download | compute-tools-7a0ab29f06ee916530618f06426b39e4a9487641.tar.xz compute-tools-7a0ab29f06ee916530618f06426b39e4a9487641.zip |
Clarify differences between container enter and console commands in manpages.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | share/man/container-console.1.txt | 3 | ||||
-rw-r--r-- | share/man/container-enter.1.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/man/container-console.1.txt b/share/man/container-console.1.txt index f327097..48a5b4d 100644 --- a/share/man/container-console.1.txt +++ b/share/man/container-console.1.txt @@ -38,6 +38,9 @@ DESCRIPTION ----------- The container console command attaches a console to a container. +While 'container enter' bypasses the login prompt and drops to a root shell, +the 'container console' command shows a full login prompt where any valid user and password combination can be used. + OPTIONS ------- diff --git a/share/man/container-enter.1.txt b/share/man/container-enter.1.txt index d200295..cad01cd 100644 --- a/share/man/container-enter.1.txt +++ b/share/man/container-enter.1.txt @@ -38,6 +38,9 @@ DESCRIPTION ----------- The container enter enters a container namespace. +While 'container console' shows a full login prompt where any valid user and password combination can be used, +the 'container enter' command bypasses this and drops to a root shell. + OPTIONS ------- |