Installation
Quelle: https://docs.docker.com/install/linux/docker-ce/ubuntu/
Docker Images
Installation einer Postgresql DB mit deutscher Locale
Quelle: https://hub.docker.com/_/postgres
Absatz: Locale Customization
FROM postgres:9.4
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
ENV LANG de_DE.utf8
No Comments