Skip to content

Bind mount a directory to a Docker container

Amy Kendig edited this page Jul 25, 2019 · 3 revisions

Run the Docker container "aekendig/caffeprep", connecting the local group3 directory to the container and name it "plantvillage". We didn't end up using this approach in our final tutorial.

$ docker run -itv ${HOME}/group3:/plantvillage aekendig/caffeprep sh