diff options
Diffstat (limited to 'share')
-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 ------- |