Installing PostgreSQL with container image
You can install PostgresSQL via container image. The location and name of PostgreSQL container image varies in your operating system architecture. You must choose the right image according to your environment.
About this task
- If you want to install PostgreSQL on xLinux, you can get the container image and follow the detailed guide to install PostgreSQL at https://hub.docker.com/_/postgres.
- If you want to install PostgreSQL on zLinux, you can get the container image and follow the detailed guide to install PostgreSQL at https://hub.docker.com/r/s390x/postgres/.
The following installing procedure takes xLinux container as an example.