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

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -