Commit Graph
21 Commits
Author SHA1 Message Date
Luca Di Maio 8d96cce479 docs: switch usage and man pages to v2 subcommand syntax
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>
2026-06-25 13:39:47 +02:00
Luca Di Maio 759b46022c docs: update usages
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2024-02-22 00:07:53 +01:00
Luca Di Maio d409ce4d5b create/enter: add unshare-groups flag, do proper su login only on usnhare-groups and initful containers. Fix #1208
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2024-02-16 00:02:33 +01:00
Luca Di Maio a672b4811d docs: update usages for all
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2024-02-03 17:03:04 +01:00
Luca Di Maio 2201de4e97 all: add Lilipod container manager support
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2023-09-15 10:58:15 +02:00
Luca Di Maio 81a85a85e3 adjust docs/helps/manpages
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2023-06-17 09:02:18 +02:00
Luca Di Maio 662985f9b8 all: fix spelling
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2023-04-06 23:21:15 +02:00
Luca Di Maio 5a102fcc15 docs: improve man pages layout
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2023-03-29 09:00:21 +02:00
Pg Biel 8f34b9d26e all: oiplement options for sudo program customization (#346) 2022-07-10 22:24:50 +02:00
Luca Di Maio 2a26ab654e docs: improve man pages layout
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-06-22 08:47:30 +02:00
Luca Di Maio 42cbd7add3 enter: add support for --no-workdir/-nw. Fix #231
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>
2022-05-27 11:29:46 +02:00
Luca Di Maio 7461d9db4e all: use new default name for distrobox containers to avoid conflicts with toolbx
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>
2022-05-25 19:38:16 +02:00
89luca89 66f743037b docs: update docs to reflect updated usages and env variables 2022-05-23 10:09:36 +02:00
89luca89 2ace0e4e73 distrobox: add support for rootful containers
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>
2022-05-01 08:03:03 +02:00
89luca89 bf7c0ba556 CI: add markdownlint to Lint job 2022-04-05 18:21:37 +02:00
89luca89 ac320cc40a docs: update and format docs 2022-04-05 17:12:42 +02:00
89luca89 a627a6291d create/enter: add dry-run mode that only prints the command to execute 2022-01-28 21:46:38 +01:00
89luca89 f5b1bec72d docs: update docs 2022-01-27 22:51:47 +01:00
Luca Di Maio e3b1252e7c Support for additional volumes and flags (#136)
* create/enter: support for additional volumes and flags
* docs: update docs and man pages to include new flags
2022-01-22 12:38:53 +01:00
89luca89 04a60e2ea3 docs: update docs 2022-01-13 19:43:14 +01:00
Mišo Barišićand89luca89 b1426f31c6 Create Manuals (#99)
* Create distrobox-create manpage. Include manpage in the install script

Co-authored-by: 89luca89 <luca.dimaio1@gmail.com>
2022-01-13 19:23:12 +01:00