README.md updates - compatibility table

This commit is contained in:
Andrew Schott 2024-06-15 00:26:02 -05:00
parent 1da2e82f76
commit 76414d7938

View file

@ -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