Skip to content

Commit 9a15213

Browse files
authored
Merge pull request #19828 from thaJeztah/fix_postgres_link
Fix broken link to PostgreSQL image on Docker Hub
2 parents f8ce12e + a13cdc4 commit 9a15213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/docker-concepts/the-basics/what-is-an-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ That's where container images come in!
1414

1515
A container image is a standardized package that includes all of the files, binaries, libraries, and configurations to run a container.
1616

17-
For a [PostgreSQL](https://hub.docker.com/_/postgresql) image, that image will package the database binaries, config files, and other dependencies. For a Python web app, it'll include the Python runtime, your app code, and all of its dependencies.
17+
For a [PostgreSQL](https://hub.docker.com/_/postgres) image, that image will package the database binaries, config files, and other dependencies. For a Python web app, it'll include the Python runtime, your app code, and all of its dependencies.
1818

1919
There are two important principles of images:
2020

0 commit comments

Comments
 (0)