mirror of https://github.com/docker/docs.git
typo fixing (#6812)
This commit is contained in:
parent
7b4073b8fe
commit
d23bc16180
|
@ -99,7 +99,7 @@ building your `Dockerfile`:
|
||||||
Sending build context to Docker daemon 187.8MB
|
Sending build context to Docker daemon 187.8MB
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pipe Dockerfle through `stdin`
|
### Pipe Dockerfile through `stdin`
|
||||||
|
|
||||||
Docker 17.05 added the ability to build images by piping `Dockerfile` through
|
Docker 17.05 added the ability to build images by piping `Dockerfile` through
|
||||||
`stdin` with a _local or remote build-context_. In earlier versions, building an
|
`stdin` with a _local or remote build-context_. In earlier versions, building an
|
||||||
|
|
Loading…
Reference in New Issue