-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Konrad Jeleń edited this page Jun 17, 2024
·
1 revision
Welcome to the stellars-jupyterlab-ds wiki!
2024-06-15 - changes to the volumes structure
- Major change to the volumes layout in the project, changed
home
volume to mount under/home
instead of the previous/home/lab
- Major change to the workspace layout in the project, changed
workspace
volume mount point to/home/lab/workspace
from/mnt/workspace
Migration instructions for new volumes structure
- create new volume in the
docker-compose.yml
with the namenew-home
- create temporary directory
/mnt/home
and mountnew-home
volume - start the platform
- remove symlink
/home/lab/workspace
, it will be replace with a mountpoint - copy contents of the
/home
to/mnt/home
- shut down platform
- delete
home
volume - clone
new-home
tohome
volume - delete
new-home
volume and remove fromdocker-compose.yml
- start the platform