
ciwater/postgisThis Docker provides a PostgreSQL instance with PostGIS enabled. The Dockerfile and context can be found in this repository:
[***]
NOTE: There are several Dockerfiles in this repository. The PostGIS Dockerfile is in the postgis directory.
There are two ways to install this Docker:
Pull image from Docker repository:
$ sudo docker pull ciwater/postgis
Build from source:
$ git clone [***] $ cd tethys_docker/postgis $ sudo docker build -t ciwater/postgis .
Start the PostGIS Docker container as follows:
$ sudo docker run --rm -it -p 5432:5432 ciwater/postgis
OR in deamon mode with a name:
$ sudo docker run -d -p 5432:5432 --name postgis ciwater/postgis
The database will be available on port 5432. A superuser is automatically created called "tethys_super" with password "pass". You can modify the password using environmental variables (see Configuration section).
NOTE: The above command will map the Docker's port 5432 to the host 5432. If your port 5432 is not available, modify the command to use a port that works for you. See Docker Documentation for more information about how to use Docker containers.
The PostGIS Docker automatically initializes with the three database users that are needed for Tethys Platform:
The default password for each is "pass". For production, you will obviously want to change these passwords. Do so using the appropriate environmental variable:
* -e TETHYS_DEFAULT_PASS=<TETHYS_DEFAULT_PASS> * -e TETHYS_DB_MANAGER_PASS=<TETHYS_DB_MANAGER_PASS> * -e TETHYS_SUPER_PASS=<TETHYS_SUPER_PASS>
For example:
$ sudo docker run -d -p 5432:5432 -e TETHYS_DEFAULT_PASS="pass" -e TETHYS_DB_MANAGER_PASS="pass" -e TETHYS_SUPER_PASS="pass" --name postgis ciwater/postgis


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务