I am using Julia docker but I want to make the packages I install persist across sessions.
Is the best way to just mount a directory using the -v
option and point Julia to that directory for all package installs?
e.g.
sudo docker run --rm -it ~/julia-docker-pkgs:/root/.julia julia