mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 09:45:38 +01:00
docs: 01-intro.md: add missing . in Dockerfile examples
The . is required, otherwise user will get syntax error. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
This commit is contained in:
committed by
Douglas Schilling Landgraf
parent
ea48aa8272
commit
5f49ad298c
@@ -238,7 +238,7 @@ Find one of your Dockerfiles or create a file called Dockerfile. Use the followi
|
||||
|
||||
Now run `buildah bud` with the name of the Dockerfile and the name to be given to the created image (e.g. fedora-httpd):
|
||||
|
||||
# buildah bud -f Dockerfile -t fedora-httpd
|
||||
# buildah bud -f Dockerfile -t fedora-httpd .
|
||||
|
||||
or, because `buildah bud` defaults to Dockerfile (note the period at the end of the example):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user