From 1fc80419be0f579029a8302c28d7f45be47df89a Mon Sep 17 00:00:00 2001 From: Jamesits Date: Wed, 10 Jul 2024 16:14:35 +0800 Subject: [PATCH] update doc for old distros with seccomp incompatibility https://github.com/Jamesits/docker-ripe-atlas/issues/19#issuecomment-2219796485 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ddd560..fb4c4da 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,7 @@ Then start the RIPE Atlas container with argument `--label=com.centurylinklabs.w ### Backup 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.