From 7a0ab29f06ee916530618f06426b39e4a9487641 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 27 May 2018 09:48:24 +0200 Subject: Clarify differences between container enter and console commands in manpages. Signed-off-by: Daniel Baumann --- share/man/container-console.1.txt | 3 +++ share/man/container-enter.1.txt | 3 +++ 2 files changed, 6 insertions(+) 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 ------- -- cgit v1.2.3