Commit 9bd0f46a authored by Tomasz Maczukin's avatar Tomasz Maczukin

Replace '-n' with '--name' in docker related documentation

[ci skip]
parent 2eee6a0c
...@@ -239,8 +239,8 @@ is specific to your project. ...@@ -239,8 +239,8 @@ is specific to your project.
Then create some service containers: Then create some service containers:
``` ```
docker run -d -n service-mysql mysql:latest docker run -d --name service-mysql mysql:latest
docker run -d -n service-postgres postgres:latest docker run -d --name service-postgres postgres:latest
``` ```
This will create two service containers, named `service-mysql` and This will create two service containers, named `service-mysql` and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment