- Copy everything
/home
to/mnt
. Make sure everything has ubuntu read priviliges. If it's root you'll get locked out. - Edit
/etc/fstab
to set mount point from/mnt
to/home
sudo mount /dev/vdb /home
andsudo umount /mnt
do-release-upgrade
-
Set install directory at /lib/systemd/system/docker.service to somewhere in
/home
, e.g.ExecStart=/usr/bin/dockerd -g /home/docker -H fd:// --containerd=/run/containerd/containerd.sock
- sudo systemctl stop docker
- sudo systemctl daemon-reload
- sudo systemctl start docker
- run
./setup.sh
and enter passphrase IMAGE=python-rstudio-notebook docker-compose up