Skip to content

Commit

Permalink
doc: Add section about supported distribution images
Browse files Browse the repository at this point in the history
Having a list of supported distributions in the manual has been long
overdue. Complementing it with the expected formats should make lives of
users a bit easier.

containers#977
  • Loading branch information
HarryMichal committed Jan 9, 2022
1 parent 7c891cb commit fccebb3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/toolbox.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ access to the user's home directory, the Wayland and X11 sockets, networking
(including Avahi), removable devices (like USB sticks), systemd journal, SSH
agent, D-Bus, ulimits, /dev and the udev database, etc..

## Supported distribution images

Toolbox maintains a list of supported distribution images. These images are
maintained by the team to be compatible with Toolbox. Some commands accept the
`--distro` and `--release` flags. `--distro` accepts `ID` from `os-release`
(e.g., on Fedora it is `fedora`). `--release` accepts version number of the
selected distribution. Each distribution uses sligthly different versioning
schema and some don't have any at all. Supported distributions are:

Name |os-release|Format |URI
------|----------|---------------------------|-----------------------------------------
Fedora|fedora |\<release\> or f\<release\>|registry.fedoraproject.org/fedora-toolbox
RHEL |rhel |\<major\>.\<minor\> |registry.access.redhat.com/ubi8/ubi

## GLOBAL OPTIONS ##

The following options are understood:
Expand Down

0 comments on commit fccebb3

Please sign in to comment.