mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-10 17:47:52 +00:00
Merge pull request #9978 from jwakely/master
[CI:DOCS] Fix formatting of podman-build man page
This commit is contained in:
commit
4efac1f760
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ podman\-build - Build a container image using a Containerfile
|
|||
**podman build** Builds an image using instructions from one or more
|
||||
Containerfiles or Dockerfiles and a specified build context directory. A
|
||||
Containerfile uses the same syntax as a Dockerfile internally. For this
|
||||
document, a file referred to as a Containerfile can be a file named either
|
||||
'Containerfile' or 'Dockerfile'.
|
||||
document, a file referred to as a Containerfile can be a file named
|
||||
either 'Containerfile' or 'Dockerfile'.
|
||||
|
||||
The build context directory can be specified as the http(s) URL of an archive,
|
||||
git repository or Containerfile.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue