Update website/source/docs/builders/docker.html.md

This commit is contained in:
Megan Marsh 2019-05-01 11:02:44 -07:00
parent d08f3e0bdb
commit 16f0a80054
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ You must specify (only) one of `commit`, `discard`, or `export_path`.
running `docker run -it --rm $IMAGE` will start the docker image from the
`/bin/sh` shell interpreter; you could run a script or another shell by
running `docker run -it --rm $IMAGE -c /bin/bash`. If your docker image
embeds a binary intended do be run often, you should consider changing the
embeds a binary intended to be run often, you should consider changing the
default entrypoint to point to it.
- `volumes` (map of strings to strings) - A mapping of additional volumes to