From 2b5f1a1731d8f7045615494055bbeaecc81bf352 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 26 Dec 2017 12:27:53 -0800 Subject: [PATCH] Add clarification about the path argument (#5620) --- engine/userguide/storagedriver/imagesandcontainers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/userguide/storagedriver/imagesandcontainers.md b/engine/userguide/storagedriver/imagesandcontainers.md index bdfcbfe4a3..23a24f3ffd 100644 --- a/engine/userguide/storagedriver/imagesandcontainers.md +++ b/engine/userguide/storagedriver/imagesandcontainers.md @@ -199,7 +199,9 @@ layers are the same. 4. Copy the contents of the second Dockerfile above into a new file called `Dockerfile`. -5. Within the `cow-test/` directory, build the first image. +5. Within the `cow-test/` directory, build the first image. Don't forget to + include the final `.` in the command. That sets the `PATH`, which tells + Docker where to look for any files that need to be added to the image. ```bash $ docker build -t acme/my-base-image:1.0 -f Dockerfile.base .