mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 23:20:13 +01:00
Correct .dockerignore link
The .dockerignore link is wrong (not broken). This PR corrects it.
This commit is contained in:
parent
5aa90a2eb9
commit
cce4bd150c
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ In order to push to this repository tag image with `repositoryHostName:5000/imag
|
|||
|
||||
### Instructions
|
||||
|
||||
* [.dockerignore](https://docs.docker.com/reference/builder/#the-dockerignore-file)
|
||||
* [.dockerignore](https://docs.docker.com/reference/builder/#dockerignore-file)
|
||||
* [FROM](https://docs.docker.com/reference/builder/#from) Sets the Base Image for subsequent instructions.
|
||||
* [MAINTAINER](https://docs.docker.com/reference/builder/#maintainer) Set the Author field of the generated images..
|
||||
* [RUN](https://docs.docker.com/reference/builder/#run) execute any commands in a new layer on top of the current image and commit the results.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue