From bedfc702a8d0d76ed6cfda014cc710fdaccebbd4 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 25 Sep 2018 07:21:48 -0700 Subject: [PATCH] Update bind-mounts.md Add a comma --- storage/bind-mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/bind-mounts.md b/storage/bind-mounts.md index fc9961853b..db7c2708b0 100644 --- a/storage/bind-mounts.md +++ b/storage/bind-mounts.md @@ -90,7 +90,7 @@ you, but generates an error. ## Start a container with a bind mount Consider a case where you have a directory `source` and that when you build the -source code, the artifacts are saved into another directory `source/target/`. +source code, the artifacts are saved into another directory, `source/target/`. You want the artifacts to be available to the container at `/app/`, and you want the container to get access to a new build each time you build the source on your development host. Use the following command to bind-mount the `target/`