update doc for old distros with seccomp incompatibility

https://github.com/Jamesits/docker-ripe-atlas/issues/19#issuecomment-2219796485
This commit is contained in:
Jamesits 2024-07-10 16:14:35 +08:00 committed by GitHub
parent fe3becca3d
commit 1fc80419be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,3 +136,7 @@ Then start the RIPE Atlas container with argument `--label=com.centurylinklabs.w
### Backup ### Backup
All the config files are stored at `/var/atlas-probe`. Just backup it. All the config files are stored at `/var/atlas-probe`. Just backup it.
### Running under Debian 10
When the host distro is Debian 10 or similarly old ones, you might need to add `--security-opt tseccomp:unconfined` to the `docker run` command to make things work. We don't recommend using EOL'ed distros.