mirror of https://github.com/docker/cli.git
Merge pull request #5123 from korverdev/typos_docs
Correct typos in `docs/` and `man/`
This commit is contained in:
commit
9b61bbb652
|
@ -57,7 +57,7 @@ A volume named "hello" already exists with the "some-other" driver. Choose a d
|
||||||
```
|
```
|
||||||
|
|
||||||
If you specify a volume name already in use on the current driver, Docker
|
If you specify a volume name already in use on the current driver, Docker
|
||||||
assumes you want to re-use the existing volume and doesn't return an error.
|
assumes you want to reuse the existing volume and doesn't return an error.
|
||||||
|
|
||||||
### <a name="opt"></a> Driver-specific options (-o, --opt)
|
### <a name="opt"></a> Driver-specific options (-o, --opt)
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ A Dockerfile is similar to a Makefile.
|
||||||
to a new image if necessary, before finally outputting the ID of the new
|
to a new image if necessary, before finally outputting the ID of the new
|
||||||
image. The Docker daemon automatically cleans up the context it is given.
|
image. The Docker daemon automatically cleans up the context it is given.
|
||||||
|
|
||||||
Docker re-uses intermediate images whenever possible. This significantly
|
Docker reuses intermediate images whenever possible. This significantly
|
||||||
accelerates the *docker build* process.
|
accelerates the *docker build* process.
|
||||||
|
|
||||||
# FORMAT
|
# FORMAT
|
||||||
|
|
Loading…
Reference in New Issue