Add extra workarounds + Python example

pull/57/head
TheSpad 2022-05-06 15:30:05 +01:00
rodzic 8b9dcfd488
commit 86669d8b0e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 08F06191F4587860
1 zmienionych plików z 21 dodań i 0 usunięć

21
FAQ.md
Wyświetl plik

@ -20,10 +20,31 @@ Or
Failed to create CoreCLR, HRESULT: 0x80070008
```
Or
```shell
WARNING :: MAIN : webStart.py:initialize:249 : can't start new thread
```
### Resolution
#### Option 1 (Long-Term Fix)
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)
#### Option 2 (Short-Term Fix)
For Docker CLI, run your container with:
`--security-opt seccomp=unconfined`
For Docker Compose, run your container with:
```yaml
security_opt:
- seccomp=unconfined
```
## 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.