mirror of https://github.com/docker/docs.git
A frustrating typo (#5605)
This commit is contained in:
parent
32958e7c60
commit
2abb491a2d
|
@ -34,7 +34,7 @@ services:
|
|||
- db
|
||||
```
|
||||
|
||||
If you run `docker-compose pull ServiceName` in the same directory as the `docker-compose.yml` file that defines the service, Docker will pull the postgres image. For example, to call the `postgres` image configured as the `db` service in our example, you would run `docker-compose pull db`.
|
||||
If you run `docker-compose pull ServiceName` in the same directory as the `docker-compose.yml` file that defines the service, Docker will pull the associated image. For example, to call the `postgres` image configured as the `db` service in our example, you would run `docker-compose pull db`.
|
||||
|
||||
```
|
||||
$ docker-compose pull db
|
||||
|
|
Loading…
Reference in New Issue