sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
46.2k stars 2.47k forks source link

Installation disk is not detected when restarting #745

Open ppazos opened 6 months ago

ppazos commented 6 months ago

I went through the installation process for catalina, it ran OK. Then I turned off the VM and started it again with the same command. Instead of booting from the installed one it started all over again, like the install didn't exist.

Should I go through half an hour of installation on each session using the VM? How can I persist the state of the VM?

Thanks.

sickcodes commented 5 months ago

You have to restart your old image with docker start -ai xxxxxx where xxxxx is your container ID. You can find it using docker ps -a