mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 09:45:38 +01:00
Replace troff code with markdown in buildah-{copy,add}.1.md
Signed-off-by: Peter Whittaker <PeterWhittaker@SphyrnaSecurity.com>
This commit is contained in:
@@ -89,7 +89,7 @@ buildah add containerID 'passwd' 'certs.d' /etc
|
||||
If a .containerignore or .dockerignore file exists in the context directory,
|
||||
`buildah add` reads its contents. If both exist, then .containerignore is used.
|
||||
|
||||
When the \fB\fC\-\-ignorefile\fR option is specified Buildah reads it and
|
||||
When the `--ignorefile` option is specified Buildah reads it and
|
||||
uses it to decide which content to exclude when copying content into the
|
||||
working container.
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ buildah copy containerID 'passwd' 'certs.d' /etc
|
||||
If the .containerignore/.dockerignore file exists in the context directory,
|
||||
`buildah copy` reads its contents. If both exist, then .containerignore is used.
|
||||
|
||||
When the \fB\fC\-\-ignorefile\fR option is specified Buildah reads it and
|
||||
When the `--ignorefile` option is specified Buildah reads it and
|
||||
uses it to decide which content to exclude when copying content into the
|
||||
working container.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user