Beta Testing PostgreSQL With Docker (opens in new tab)
The Postgres community values feedback from testing of Beta releases, and with Docker it’s been easier to get pre-release versions up and running. With the , let’s get that running and test some of the new capabilities. Pre-Release Versions of Postgres with Docker First, you’ll need to install On MacOS run uname -m or sw_vers in your Terminal to learn more about your hardware details. For Windows check Building and Running for Docker Postgres are limited to fully released versions. Fortunatel...
Read the original article