mirror of https://github.com/docker/docs.git
Merge pull request #12683 from tristan0x/patch-1
Fix typo in builder reference
This commit is contained in:
commit
455d83939a
|
@ -180,7 +180,7 @@ that will be excluded from the context. Globbing is done using Go's
|
||||||
> **Note**:
|
> **Note**:
|
||||||
> The `.dockerignore` file can even be used to ignore the `Dockerfile` and
|
> The `.dockerignore` file can even be used to ignore the `Dockerfile` and
|
||||||
> `.dockerignore` files. This might be useful if you are copying files from
|
> `.dockerignore` files. This might be useful if you are copying files from
|
||||||
> the root of the build context into your new containter but do not want to
|
> the root of the build context into your new container but do not want to
|
||||||
> include the `Dockerfile` or `.dockerignore` files (e.g. `ADD . /someDir/`).
|
> include the `Dockerfile` or `.dockerignore` files (e.g. `ADD . /someDir/`).
|
||||||
|
|
||||||
The following example shows the use of the `.dockerignore` file to exclude the
|
The following example shows the use of the `.dockerignore` file to exclude the
|
||||||
|
|
Loading…
Reference in New Issue