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