Rewrite distrobox-*.md to `distrobox <cmd>`, reconcile flag tables with
internal/cli, refresh README+useful_tips, regenerate man/man1/*.1.
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit will add support to enter the container without preserving
the workdir you launch the command from.
For example if you're in directory /tmp/foo:
/tmp/foo:$ distrobox-enter
my-distrobox:/tmp/foo:$ ..
Using the flag:
/tmp/foo:$ distrobox-enter --no-workdir
my-distrobox:~:$ ..
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
Right now, default name for a toolbox is `fedora-toolbox-XX`, which
corresponds to the same pattern also distrobox uses for its default.
Change the default behavior to use `my-distrobox` in case no name and no
image are specified, in order to not have clashes with the other
project.
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.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>