
Archive:
Search site:
Tags:
Compilation (1) Concurrency (3) docker (1) Execution Plans (4) internals (10) linux (3) Name Resolution (1) Optimization (4) Performance (7) Performance Tuning (2) pgadmin (1) postgres (3) RCSI (2) Schemas (1) Security (1) SQL Server (17) Statistics (1) Transactions (1) tsql2sday (1) Version Store (2)
Categories:
Tag: docker
-
Four Flavours of Postgres Install – Part 2 (Docker Container, Linux Host)

In the last post, the first in this series about installing PostgreSQL, we looked at how to install PostgreSQL on Linux. This post is an alternative install method where we’ll look at how to install PostgreSQL on a Docker container, where the container is run on a Linux host. As before, we’ll run through the…