-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add info how to persist user data #1977
Conversation
@laundmo @bjornjorgensen please, take a look here. |
@@ -24,7 +24,7 @@ and want to launch a single Jupyter Application in a container. | |||
|
|||
The [User Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/) describes additional uses and features in detail. | |||
|
|||
**Example 1:** | |||
### Example 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes it possible to address it in other parts of docs.
It's good to have this documented, but it doesnt address the core issue of how to persist packages installed by a user. it only documents how to persist packages installed by the admin of the container host. |
Could you please explain, what you mean by this? |
a user of jupyter lab, who only sees the webinterface, may run |
Ok, I added a note that a package installed inside a running container will not be preserved. |
the core issue is that users cant interact with the docker image - by design, and because my users dont have the knowhow. knowing that it wont be persisted is good, but it shouldnt close #1959 |
Why can't they? They can, but as it always works with docker images, some changes are lost after a container exists, and this is indeed by design.
That's why we're adding these docs.
Could you make a suggestion what to add here? |
sorry, this was unclear: they cant access the docker host or start/stop/rebuild images.
initially i thought it was. maybe its actually a feature request. |
Ok, then please create a new issue with a feature request, which describes what you want users to be able to do (and then we will discuss if it's possible). For now, I'm merging this PR (and closing the issue) as I believe there is nothing more to document on this issue. |
@laundmo You might be interested in my/b-data's JupyterLab docker stacks. Those images
Demo environment: https://demo.jupyter.b-data.ch Cross references:
Footnotes
|
Describe your changes
Issue ticket if applicable
Fix: #1959
Checklist (especially for first-time contributors)