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:
TomSweeneyRedHat
2018-06-06 16:09:16 -04:00
committed by Atomic Bot
parent 16c09f847b
commit b1ebad93b4

View File

@ -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,