From c0dcb59080b8b22c017da7f789ad3408f83faf28 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 8 Sep 2022 13:35:03 +0200 Subject: [PATCH] Docker README.md: add troubleshooting section (refs #6331) --- docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/README.md b/docker/README.md index 95bd2b1c365e..472281dd8161 100644 --- a/docker/README.md +++ b/docker/README.md @@ -89,6 +89,10 @@ docker pull osgeo/gdal:alpine-small-latest docker run --rm -v /home:/home osgeo/gdal:alpine-small-latest gdalinfo $PWD/my.tif ``` +## Troubleshooting + +If getting a ``: arena 0 background thread creation failed (1)`` error message when running the osgeo/gdal[:ubuntu-full-XXXX] images on a Linux host with an old distributions (RHEL/CentOS 7), adding `--privileged` to the docker run command line should help (see https://github.com/OSGeo/gdal/issues/6331) + # Images of releases Tagged images of recent past releases are available. The last ones (at time of writing) are for GDAL 3.5.0 and PROJ 9.0.1, for linux/amd64 and linux/arm64: