diff options
author | James Turnbull <james@lovedthanlost.net> | 2015-01-27 21:12:05 -0500 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2015-01-27 21:12:05 -0500 |
commit | 3c097c2d908416b126e3d4035f095245a8c696ec (patch) | |
tree | bae75b5d4027f9cf023eb2a03641ee2cd4666293 /docs/man | |
parent | 359c74cc9e8b4acf92cdfd11530bd937558f02af (diff) | |
parent | b9243b08a52191400bc10595c82b8c08b6deeb13 (diff) | |
download | docker-docs-1.4.tar.gz |
Merge pull request #10400 from SvenDowideit/post-1.4.1-docs-update-2adocs-1.4
Post 1.4.1 docs update 2a
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/docker-build.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/docker-build.1.md b/docs/man/docker-build.1.md index a310df52bc..081be958b1 100644 --- a/docs/man/docker-build.1.md +++ b/docs/man/docker-build.1.md @@ -54,7 +54,7 @@ as context. # EXAMPLES -## Building an image using a Dockefile located inside the current directory +## Building an image using a Dockerfile located inside the current directory Docker images can be built using the build command and a Dockerfile: |