Skip to content

Commit

Permalink
Docker README.md: add troubleshooting section (refs #6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored Sep 8, 2022
1 parent d038eab commit c0dcb59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``<jemalloc>: 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:
Expand Down

0 comments on commit c0dcb59

Please sign in to comment.