Make configurable file/directory bindings #9
Labels
⚙ config
Issues and requests related to user configuration
✨ enhancement
New feature or request
🔜 high priority
If you're looking for something to work on - consider this first
It would be nice to be able to mount local directories to the docker image so that files can be used in the notebook.
I could see it work:
dockernell install image_1 --bind c:/data /opt/data/ ~/.aws ~/.aws
{"name": "image_1", "bindings" : {"C:/data": "/opt/data/", "~/.aws": "~/.aws"}}
)Second one would be especially useful for mounting config files like .aws or pip.ini in some docker kernel. Nice addition moreover would be to add the option to mount to all dockernel installs.
The text was updated successfully, but these errors were encountered: