home | title | heroImage | footer |
---|---|---|---|
true |
Documentation |
/images/polardb.png |
Apache 2.0 Licensed | Copyright © Alibaba Group, Inc. |
Pull the local instance image of PolarDB for PostgreSQL based on local storage. Create and run the container, and try PolarDB-PG instance directly:
# pull the instance image from DockerHub
docker pull polardb/polardb_pg_local_instance
# create and run the container
docker run -it --rm polardb/polardb_pg_local_instance psql
# check
postgres=# SELECT version();
version
--------------------------------
PostgreSQL 11.9 (POLARDB 11.9)
(1 row)