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

python - Alternative to referencing variable before assignment -

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

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