Sign inSign up

jlsalvador/postgres

By jlsalvador

Updated 4 days ago

The Docker official image with `huge_pages = off`.

Image
Databases & storage
0

1M+

jlsalvador/postgres repository overview

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!

Tag summary

Content type

Image

Digest

sha256:c3a27fb5f

Size

111.9 MB

Last updated

4 days ago

docker pull jlsalvador/postgres