The Docker official image with `huge_pages = off`.
1M+
GIT repo: https://github.com/jlsalvador/containerfiles/tree/postgres
FROM postgres:alpine
RUN set -ex ;\
apk add --no-cache musl-locales musl-locales-lang ;\
sed -e 's/#\(huge_pages = \)try/\1off/g' -i /usr/local/share/postgresql/postgresql.conf.sample
That's all!
Content type
Image
Digest
sha256:c3a27fb5f…
Size
111.9 MB
Last updated
4 days ago
docker pull jlsalvador/postgres