* enter: fixup comment around --headless
Commit 514f60d5 ("enter: do not instantiate a tty if we do not have
one") forgot to update the comment, when moving '--interactive' outside
of the 'if'.
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
* docs/usage: document 'stop' properly
The usage page for 'distrobox stop' was mostly talking about
'distrobox rm'.
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
This commit will add the `--root/-r` flag to create,enter,list,rm,stop
commands. This will enable the use of podman/docker in root mode. This
is the preferred way over `sudo distrobox`.
Update man pages and docs accordingly.
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>