1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00

fix links to containerignore doc

Signed-off-by: Philippe Vlérick <pvlerick@gmail.com>
This commit is contained in:
Philippe Vlérick
2024-03-14 10:58:09 +01:00
parent 77ce7545aa
commit e635558d2a
3 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ buildah add containerID 'passwd' 'certs.d' /etc
## FILES
### .containerignore
### .containerignore/.dockerignore
If a .containerignore or .dockerignore file exists in the context directory,
`buildah add` reads its contents. If both exist, then .containerignore is used.
@@ -135,7 +135,7 @@ Exclude all doc files except Help.doc when copying content into the container.
This functionality is compatible with the handling of .containerignore files described here:
https://github.com/containers/buildah/blob/main/docs/containerignore.5.md
https://github.com/containers/common/blob/main/docs/containerignore.5.md
## SEE ALSO
buildah(1), containerignore(5)

View File

@@ -1401,7 +1401,7 @@ Exclude all doc files except Help.doc from the image.
This functionality is compatible with the handling of .containerignore files described here:
https://github.com/containers/buildah/blob/main/docs/containerignore.5.md
https://github.com/containers/common/blob/main/docs/containerignore.5.md
**registries.conf** (`/etc/containers/registries.conf`)

View File

@@ -133,7 +133,7 @@ Exclude all doc files except Help.doc when copying content into the container.
This functionality is compatible with the handling of .containerignore files described here:
https://github.com/containers/buildah/blob/main/docs/containerignore.5.md
https://github.com/containers/common/blob/main/docs/containerignore.5.md
## SEE ALSO
buildah(1), containerignore(5)