mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Fix some minor issues in docs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## How to persist user data
|
||||
|
||||
There are 2 types of data, which you might want to persist.
|
||||
There are two types of data, which you might want to persist.
|
||||
|
||||
1. If you want to persist your environment (i.e. packages installed by `mamba`, `conda`, `pip`, `apt-get`, and so on),
|
||||
then you should create an inherited image and install packages only once while building your Dockerfile.
|
||||
@@ -22,7 +22,7 @@ There are 2 types of data, which you might want to persist.
|
||||
You can find [an example of using a bind mount here](./running.md#example-2).
|
||||
There is also [a mount troubleshooting section](./troubleshooting.md#permission-denied-when-mounting-volumes) if you experience any issues.
|
||||
|
||||
## Why we do not add your favorite package
|
||||
## Why we don't add your favorite package
|
||||
|
||||
We have lots of users with different packages they want to use.
|
||||
Adding them all is impossible, so we have several images to choose from.
|
||||
|
Reference in New Issue
Block a user