mirror of
https://github.com/containers/podman.git
synced 2025-06-02 19:02:10 +08:00
Add disable-content flag info to man page for build
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #916 Approved by: rhatdan
This commit is contained in:

committed by
Atomic Bot

parent
16c09f847b
commit
b1ebad93b4
@ -131,6 +131,12 @@ The [username[:password]] to use to authenticate with the registry if required.
|
||||
If one or both values are not supplied, a command line prompt will appear and the
|
||||
value can be entered. The password is entered without echo.
|
||||
|
||||
**--disable-content-trust**
|
||||
|
||||
This is a Docker specific option to disable image verification to a Docker
|
||||
registry and is not supported by Buildah. This flag is a NOOP and provided
|
||||
soley for scripting compatibility.
|
||||
|
||||
**--file, -f** *Dockerfile*
|
||||
|
||||
Specifies a Dockerfile which contains instructions for building the image,
|
||||
|
Reference in New Issue
Block a user