Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2025-11-22 18:38:51 +00:00
parent da72f57192
commit d171310c99
No known key found for this signature in database

View File

@ -56,11 +56,10 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ❌ | arm32v7-\<version tag\> |
## Usage
Unlike most of our container library this image is meant to be run ephemerally from the command line to enabled the underlying host to run containers built for different architechtures.
Unlike most of our container library this image is meant to be run ephemerally from the command line to enable the underlying host to run containers built for different architechtures. Changes will not persist a host reboot.
### Enable and reset
@ -73,6 +72,7 @@ docker run --rm -it \
```
## Versions
* **17.11.25:** - Use Debian Trixie for build.
* **09.12.24:** - Upgrade to 9.1.2, automate new builds.
* **07.11.24:** - Upgrade to 9.1.1, switch to new debian package and bin naming scheme.
* **14.10.24:** - Initial release.