I am using Docker machine for a project, but I cannot find a way to save my installations(eg when I install libraries like numpy,pandas etc). Every time that I switch off my laptop and hence the Docker machine I lose them. I tried the following: docker-machine restart dev, from https://docs.docker.com/machine/reference/restart/ ,but still doesn't work. Is there a way to keep the installations and avoid installing them every time I turn on the laptop?
Thx in advance