postgresql docker entrypoint sh
Create a shell script with the following contents (named docker-entrypoint.sh in ... #!/bin/bash set -e if [ "$1" = 'postgres' ]; then chown -R postgres "$PGDATA" if ... ,Enhanced version of postgres docker image. Contribute to circleci/postgres-docker development by creating an account on GitHub. ,Docker Official Image packaging for Postgres. Contribute to docker-library/postgres development by creating an account on GitHub. ,Based on official postgres package's entrypoint script (https://hub.docker.com/_/postgres/). # Modified to be able to set up a slave. The docker-entrypoint-initdb.d ...
相關軟體 PostgreSQL (64-bit) 資訊 | |
---|---|
PostgreSQL 64 位是一個功能強大的開源對象關係數據庫系統。它擁有超過 15 年的積極開發和經過驗證的架構,在可靠性,數據完整性和正確性方面贏得了良好聲譽。它運行在所有主要的操作系統上,包括 Linux,UNIX(AIX,BSD,HP-UX,SGI IRIX,Mac OS X,Solaris,Tru64)和 Windows。  PostgreSQL 64 位是一個功能強大的對象... PostgreSQL (64-bit) 軟體介紹
postgresql docker entrypoint sh 相關參考資料
How to use an entrypoint script to initialize container ... - Docker
Create a shell script with the following contents (named docker-entrypoint.sh in ... #!/bin/bash set -e if [ "$1" = 'postgres' ]; then chown -R postgres "$PGDATA" if .... https://success.docker.com postgres-dockerdocker-entrypoint.sh at master · circleci ...
Enhanced version of postgres docker image. Contribute to circleci/postgres-docker development by creating an account on GitHub. https://github.com postgresdocker-entrypoint.sh at master · docker ... - GitHub
Docker Official Image packaging for Postgres. Contribute to docker-library/postgres development by creating an account on GitHub. https://github.com postgres_exporterdocker-entrypoint.sh at master · wrouesnel ...
Based on official postgres package's entrypoint script (https://hub.docker.com/_/postgres/). # Modified to be able to set up a slave. The docker-entrypoint-initdb.d ... https://github.com |