Merge pull request #56 from linuxserver/jammy-faq

Add Jammy FAQ
pull/57/head
aptalca 2022-05-05 12:51:29 -04:00 zatwierdzone przez GitHub
commit 0d333592e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 22 dodań i 0 usunięć

22
FAQ.md
Wyświetl plik

@ -2,6 +2,28 @@
Here will some Frequently Asked Questions reside
## My host is incompatible with images based on Ubuntu Jammy {#jammy}
Some x86_64 hosts running older versions of the Docker engine are not compatible with some images based on Ubuntu Jammy.
### Symptoms
If your host is affected you may see errors in your containers such as:
```shell
ERROR - Unable to determine java version; make sure Java is installed and callable
```
Or
```shell
Failed to create CoreCLR, HRESULT: 0x80070008
```
### Resolution
Upgrade your Docker engine install to at least version `20.10.10`. [Refer to the official Docker docs for installation/update details.](https://docs.docker.com/engine/install)
## My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later {#libseccomp}
This only affects 32 bit installs of distros based on Debian Buster.