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: