mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Clean up some uses on 'an' in builder docs
This commit is contained in:
parent
1bcc37caec
commit
5266d6fa7b
1 changed files with 3 additions and 3 deletions
|
@ -239,13 +239,13 @@ In the case where `<src>` is a remote file URL, the destination will have permis
|
||||||
|
|
||||||
> **Note**:
|
> **Note**:
|
||||||
> If you build using STDIN (`docker build - < somefile`), there is no
|
> If you build using STDIN (`docker build - < somefile`), there is no
|
||||||
> build context, so the Dockerfile can only contain an URL based ADD
|
> build context, so the Dockerfile can only contain a URL based ADD
|
||||||
> statement.
|
> statement.
|
||||||
|
|
||||||
> **Note**:
|
> **Note**:
|
||||||
> If your URL files are protected using authentication, you will need to
|
> If your URL files are protected using authentication, you will need to
|
||||||
> use an `RUN wget` , `RUN curl`
|
> use `RUN wget` , `RUN curl`
|
||||||
> or other tool from within the container as ADD does not support
|
> or use another tool from within the container as ADD does not support
|
||||||
> authentication.
|
> authentication.
|
||||||
|
|
||||||
The copy obeys the following rules:
|
The copy obeys the following rules:
|
||||||
|
|
Loading…
Add table
Reference in a new issue