README.md updates - compatibility table
This commit is contained in:
parent
1da2e82f76
commit
76414d7938
1 changed files with 34 additions and 0 deletions
34
README.md
34
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue