mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo in docs
This commit is contained in:
parent
0e24db3a68
commit
99a9783abc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Run the redis container
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
docker run -d -e PASSWORD=docker crosbymichael/redis --requirepass=docker
|
||||
docker run -d -e PASSWORD=docker crosbymichael/redis --requirepass docker
|
||||
|
||||
This will run our redis container using the default port of 6379 and using
|
||||
as password to secure our service. Next we will link the redis container to
|
||||
|
|
Loading…
Add table
Reference in a new issue