diff --git a/docs/README.md b/docs/README.md index dc1aa6f7..d3442d3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -50,6 +50,7 @@ graphical apps (X11/Wayland), and audio. - [Featured Articles](featured_articles.md) + [Run Distrobox on Fedora Linux - Fedora Magazine](https://fedoramagazine.org/run-distrobox-on-fedora-linux/) + [DistroBox – Run Any Linux Distribution Inside Linux Terminal - TecMint](https://www.tecmint.com/distrobox-run-any-linux-distribution/) + + [Distrobox - How to quickly deploy a Linux distribution with GUI applications via a container](https://www.techrepublic.com/article/how-to-quickly-deploy-a-linux-distribution-with-gui-applications-via-a-container/) + [Using Distrobox To Augment The Package Selection On Clear Linux - Phoronix](https://www.phoronix.com/scan.php?page=news_item&px=Distrobox-Clear-Linux) + [Benchmark: benefits of Clear Linux containers (distrobox) - Phoronix](https://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/1305326-clear-linux-container-performance-continues-showing-sizable-gains) + [Distrobox - A great item in the Linux toolbelt - phmurphy's blog](https://phmurphy.com/posts/distrobox-toolbelt/) @@ -78,6 +79,7 @@ It is divided into 6 commands: - `distrobox-enter` - to enter the container - `distrobox-list` - to list containers created with distrobox - `distrobox-rm` - to delete a container created with distrobox +- `distrobox-stop` - to stop a running container created with distrobox - `distrobox-init` - it's the entrypoint of the container (not meant to be used manually) - `distrobox-export` - it is meant to be used inside the container, useful to export apps and services from the container to the host diff --git a/docs/compatibility.md b/docs/compatibility.md index b6824a99..892ec710 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -91,7 +91,7 @@ Distrobox guests tested successfully with the following container images: | Debian | Testing | docker.io/library/debian:testing
docker.io/library/debian:testing-backports | | Debian | Unstable | docker.io/library/debian:unstable | | Neurodebian | nd100 | docker.io/library/neurodebian:nd100 | -| Fedora | 34
35
36
Rawhide | registry.fedoraproject.org/fedora-toolbox:34
docker.io/library/fedora:34
registry.fedoraproject.org/fedora-toolbox:35
docker.io/library/fedora:35
docker.io/library/fedora:36
docker.io/library/fedora:rawhide | +| Fedora | 34
35
36
37
Rawhide | registry.fedoraproject.org/fedora-toolbox:34
docker.io/library/fedora:34
registry.fedoraproject.org/fedora-toolbox:35
docker.io/library/fedora:35
docker.io/library/fedora:36
docker.io/library/fedora:37
docker.io/library/fedora:rawhide | | Mageia | 8 | docker.io/library/mageia | | Opensuse | Leap | registry.opensuse.org/opensuse/leap:latest | | Opensuse | Tumbleweed | registry.opensuse.org/opensuse/tumbleweed:latest
registry.opensuse.org/opensuse/toolbox:latest | diff --git a/docs/distrobox_custom.md b/docs/distrobox_custom.md index ed6806cb..93256f36 100644 --- a/docs/distrobox_custom.md +++ b/docs/distrobox_custom.md @@ -20,6 +20,7 @@ The only required programs that must be available in the container so that `dist - procps - shadow - sudo +- libvte - util-linux (that provides the mount command) If all those dependencies are met, then the `distrobox-init` will simply skip the installation process and work as expected. diff --git a/docs/featured_articles.md b/docs/featured_articles.md index c8f4b686..3dd7d3cd 100644 --- a/docs/featured_articles.md +++ b/docs/featured_articles.md @@ -8,6 +8,7 @@ - [Run Distrobox on Fedora Linux - Fedora Magazine](https://fedoramagazine.org/run-distrobox-on-fedora-linux/) - [DistroBox – Run Any Linux Distribution Inside Linux Terminal - TecMint](https://www.tecmint.com/distrobox-run-any-linux-distribution/) +- [Distrobox - How to quickly deploy a Linux distribution with GUI applications via a container](https://www.techrepublic.com/article/how-to-quickly-deploy-a-linux-distribution-with-gui-applications-via-a-container/) - [Using Distrobox To Augment The Package Selection On Clear Linux - Phoronix](https://www.phoronix.com/scan.php?page=news_item&px=Distrobox-Clear-Linux) - [Benchmark: benefits of Clear Linux containers (distrobox) - Phoronix](https://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/1305326-clear-linux-container-performance-continues-showing-sizable-gains) - [Distrobox - A great item in the Linux toolbelt - phmurphy's blog](https://phmurphy.com/posts/distrobox-toolbelt/) diff --git a/docs/usage/usage.md b/docs/usage/usage.md index 8abf5e68..09e82b31 100644 --- a/docs/usage/usage.md +++ b/docs/usage/usage.md @@ -4,6 +4,7 @@ + [distrobox-enter](distrobox-enter.md) + [distrobox-list](distrobox-list.md) + [distrobox-rm](distrobox-rm.md) + + [distrobox-stop](distrobox-stop.md) * [Inside the distrobox](#inside-the-distrobox) + [distrobox-export](distrobox-export.md) + [distrobox-init](distrobox-init.md) diff --git a/man/man1/distrobox-compatibility.1 b/man/man1/distrobox-compatibility.1 index 85260451..e1f413d9 100644 --- a/man/man1/distrobox-compatibility.1 +++ b/man/man1/distrobox-compatibility.1 @@ -91,6 +91,8 @@ Fedora 34 .br 36 .br +37 +.br Rawhide registry\.fedoraproject\.org/fedora\-toolbox:34 .br docker\.io/library/fedora:34 @@ -101,6 +103,8 @@ docker\.io/library/fedora:35 .br docker\.io/library/fedora:36 .br +docker\.io/library/fedora:37 +.br docker\.io/library/fedora:rawhide Mageia 8 docker\.io/library/mageia Opensuse Leap registry\.opensuse\.org/opensuse/leap:latest diff --git a/man/man1/distrobox.1 b/man/man1/distrobox.1 index 1a13309d..f37a6c23 100644 --- a/man/man1/distrobox.1 +++ b/man/man1/distrobox.1 @@ -91,6 +91,8 @@ Fedora 34 .br 36 .br +37 +.br Rawhide registry\.fedoraproject\.org/fedora\-toolbox:34 .br docker\.io/library/fedora:34 @@ -101,6 +103,8 @@ docker\.io/library/fedora:35 .br docker\.io/library/fedora:36 .br +docker\.io/library/fedora:37 +.br docker\.io/library/fedora:rawhide Mageia 8 docker\.io/library/mageia Opensuse Leap registry\.opensuse\.org/opensuse/leap:latest