How do I read/write host files from Docker container on Linux -


i'm using https://github.com/sagemathinc/cocalc-docker on linux. want able edit host files within cocalc. how make folder symbolic link host user's home?

if understood correctly looking -v flag when starting new container.

so like: docker run -v path:path -t myimage


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -