Merge pull request #9978 from jwakely/master

[CI:DOCS] Fix formatting of podman-build man page
This commit is contained in:
OpenShift Merge Robot
2021-04-08 19:52:21 -04:00
committed by GitHub

View File

@ -12,8 +12,8 @@ podman\-build - Build a container image using a Containerfile
**podman build** Builds an image using instructions from one or more **podman build** Builds an image using instructions from one or more
Containerfiles or Dockerfiles and a specified build context directory. A Containerfiles or Dockerfiles and a specified build context directory. A
Containerfile uses the same syntax as a Dockerfile internally. For this 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 document, a file referred to as a Containerfile can be a file named
'Containerfile' or 'Dockerfile'. either 'Containerfile' or 'Dockerfile'.
The build context directory can be specified as the http(s) URL of an archive, The build context directory can be specified as the http(s) URL of an archive,
git repository or Containerfile. git repository or Containerfile.