mirror of https://github.com/docker/docs.git
Fix a typo
This commit is contained in:
parent
4c1019f79a
commit
6a118534ab
|
@ -77,7 +77,7 @@ When choosing a name for a network or a managed volume, it's best to choose a na
|
|||
|
||||
### Start the database engine
|
||||
|
||||
Now that the housekeeping chores are done, we can run CockroachDB in a container and attach it to the volume and network we had just created. When you run the folllowing command, Docker will pull the image from Docker Hub and run it for you locally:
|
||||
Now that the housekeeping chores are done, we can run CockroachDB in a container and attach it to the volume and network we had just created. When you run the following command, Docker will pull the image from Docker Hub and run it for you locally:
|
||||
|
||||
```console
|
||||
$ docker run -d \
|
||||
|
|
Loading…
Reference in New Issue