We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a67bb commit c08360dCopy full SHA for c08360d
content/manuals/build/concepts/dockerfile.md
@@ -34,7 +34,7 @@ complex scenarios.
34
The default filename for a Dockerfile is `Dockerfile`, without a file extension. Using
35
the default name lets you run the `docker build` command without extra flags.
36
37
-Some projects need different Dockerfiles for specific purposes. A common
+Some projects may need distinct Dockerfiles for specific purposes. A common
38
convention is to name these `<something>.Dockerfile`. You can specify the
39
Dockerfile filename using the `--file` flag with the `docker build` command. See the
40
[`docker build` CLI reference](/reference/cli/docker/buildx/build.md#file) for details.
0 commit comments