From 28e193df085ecb1107a67fc0275c50847e216a19 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 26 Mar 2025 14:00:00 +0300 Subject: [PATCH] Fix typo in Overriding container defaults guide --- .../running-containers/overriding-container-defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md b/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md index 5f06a26b8efd..cd441ca3d2a8 100644 --- a/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md +++ b/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md @@ -71,7 +71,7 @@ In this hands-on guide, you'll see how to use the `docker run` command to overri 1. [Download and install](/get-started/get-docker/) Docker Desktop. -### Run multiple instance of the Postgres database +### Run multiple instances of the Postgres database 1. Start a container using the [Postgres image](https://hub.docker.com/_/postgres) with the following command: