mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
[CI:DOCS] Fix typos in podman-build
Fix two typos in podman build as reported by #22946 FIXES: #22946 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -604,7 +604,7 @@ $ podman build https://10.10.10.1/podman/Containerfile
|
||||
#### Building an image using a Git repository
|
||||
|
||||
Podman clones the specified GitHub repository to a temporary location and
|
||||
use it as the context. The Containerfile at the root of the repository is used
|
||||
uses it as the context. The Containerfile at the root of the repository is used
|
||||
and it only works if the GitHub repository is a dedicated repository.
|
||||
|
||||
Build image from specified git repository downloaded into temporary location used as the build context:
|
||||
@ -617,7 +617,7 @@ $ podman run hello
|
||||
|
||||
#### Building an image using a URL to an archive
|
||||
|
||||
Podman fetches the archive file, decompress it, and use its contents as the
|
||||
Podman fetches the archive file, decompresses it, and uses its contents as the
|
||||
build context. The Containerfile at the root of the archive and the rest of the
|
||||
archive are used as the context of the build. Passing the
|
||||
`-f PATH/Containerfile` option as well tells the system to look for that file
|
||||
|
Reference in New Issue
Block a user