mirror of https://github.com/docker/docs.git
Merge pull request #14474 from shjin404/patch-1
Update 06 bind mount page
This commit is contained in:
commit
9e4122df29
|
@ -40,7 +40,7 @@ So, let's do it!
|
|||
|
||||
1. Make sure you don't have any previous `getting-started` containers running.
|
||||
|
||||
2. Run the following command. We'll explain what's going on afterwards:
|
||||
2. Run the following command from the app directory. We'll explain what's going on afterwards:
|
||||
|
||||
```console
|
||||
$ docker run -dp 3000:3000 \
|
||||
|
|
Loading…
Reference in New Issue