mirror of https://github.com/docker/docs.git
Update develop.md (#14025)
* Update develop.md - provided more clarity to the structure of the mongo database connection string used as CONNECTIONSTRING environment variable to run the docker image in the sample node.js project. * Update develop.md
This commit is contained in:
parent
3d884a7138
commit
f5ed385f5b
|
@ -86,6 +86,8 @@ $ docker run \
|
|||
node-docker
|
||||
```
|
||||
|
||||
The `yoda_notes` at the end of the connection string is the desired name for our database.
|
||||
|
||||
Let’s test that our application is connected to the database and is able to add a note.
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in New Issue