From 76414d79387f7ec82967025880e1c86b04b1981d Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sat, 15 Jun 2024 00:26:02 -0500 Subject: [PATCH] README.md updates - compatibility table --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 805c52c..bf64ac8 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,37 @@ Running the application is as simple as executing the ouput binary located at ** Depending on tastes, you can copy said binary to ~/.local/bin or any other location that is in your PATH. The application will output whatever it does, and ignore any package managers that are not present on your system. + +## **NOTES** + +### **DISTROBOX CONTAINERS USED FOR TESTING** + +#### **USING DISTROBOX** + +Starting container: +``` +distrobox-create --name CONTAINER_NAME --image IMAGE_URI +distrobox-enter CONTAINER_NAME +``` + +Stopping container: +``` +podman stop CONTAINER_NAME +podman rm CONTAINERF_NAME +``` + +#### **CONTAINER URI'S** +Arch: +* quay.io/toolbx/arch-toolbox:latest + +Debian: +* quay.io/toolbx-images/debian-toolbox:latest +* quay.io/toolbx/ubuntu-toolbox:latest + +RHEL/Fedora: +* quay.io/toolbx-images/almalinux-toolbox:latest +* registry.fedoraproject.org/fedora-toolbox:40 +* quay.io/toolbx-images/rhel-toolbox:latest + +SuSE/OpenSuSE: +* registry.opensuse.org/opensuse/distrobox:latest