mirror of https://github.com/docker/docs.git
Fix typo in Overriding container defaults guide (#22316)
## Description Fixed a minor typo in the Overriding container defaults guide.
This commit is contained in:
parent
fcae8a021d
commit
402236c9e6
|
@ -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.
|
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:
|
1. Start a container using the [Postgres image](https://hub.docker.com/_/postgres) with the following command:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue