carpentries-incubator / docker-introduction

Reproducible Computational Environments using Containers
https://carpentries-incubator.github.io/docker-introduction/
Other
42 stars 48 forks source link

Switch to new bind mount syntax #150

Closed sstevens2 closed 2 years ago

sstevens2 commented 2 years ago

From 2021-10-05 Sprint:

Switch away from using -v for bind mounting directories into a container to the new mount syntax, e.g. --mount type=bind,source=/source_dir,target=/target_dir