mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
Merge pull request #23238 from wLMEB/issue_23039_doc_containerfile
Improve container filenname ambiguity.
This commit is contained in:
@@ -13,7 +13,9 @@ podman\-build - Build a container image using a Containerfile
|
|||||||
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
|
document, a file referred to as a Containerfile can be a file named
|
||||||
either 'Containerfile' or 'Dockerfile'.
|
either 'Containerfile' or 'Dockerfile' exclusively. Any file that has additional
|
||||||
|
extension attached will not be recognized by `podman build .` unless a `-f` flag is
|
||||||
|
used to specify the file.
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user