1
0
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:
Douglas Schilling Landgraf
2019-03-20 13:18:34 -04:00
committed by Douglas Schilling Landgraf
parent ea48aa8272
commit 5f49ad298c

View File

@@ -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):