mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 21:35:51 +00:00
fix typo in docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user