1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo in build documentation

Signed-off-by: Luca Favatella <luca.favatella@erlang-solutions.com>
This commit is contained in:
Luca Favatella 2016-10-17 16:38:35 +01:00 committed by Luca Favatella
parent e5d293375d
commit 6dbd1e952b

View file

@ -98,6 +98,7 @@ or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
```bash ```bash
$ docker build http://server/context.tar.gz $ docker build http://server/context.tar.gz
```
The download operation will be performed on the host the Docker daemon is The download operation will be performed on the host the Docker daemon is
running on, which is not necessarily the same host from which the build command running on, which is not necessarily the same host from which the build command