Commit Graph
14 Commits
Author SHA1 Message Date
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 741248e831 list: add -s/--size option to show container disk usage 2022-04-28 14:15:19 +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 8a8288b963 docs: update docs 2022-04-04 22:23:34 +02:00
89luca89 e045a4d029 docs: update docs 2022-03-10 22:48:49 +01:00
Mišo Barišić b6619259d8 Add distrobox-stop command (#196) 2022-03-10 22:37:15 +01:00
89luca89 4e68bde8d7 docs/man: add table of compatibility to man pages, add more links to docker setup #177 2022-02-21 10:41:51 +01:00
89luca89 fbe84f954d create/init: add and document - support for using init systems inside the containers 2022-01-28 23:30:25 +01: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