Search⌘ K

Challenge: Running a Postgres Database

Explore how to launch and manage a PostgreSQL database container in Docker. Learn to use the official PostgreSQL image, set up persistent volumes, configure ports, and secure the instance with environment variables, gaining hands-on experience with Docker database management.

We'll cover the following...

PostgreSQL

Find the official image on the Docker hub for PostgreSQL and launch its container in the terminal below, fulfilling the following requirements:

  • An interactive
...