mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Update bind-mounts.md
Add a comma
This commit is contained in:
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user