[Question]: If I shut down the OS, what is the docker command to run so that I don't have to reinstall the OS right from the start again?
Is your question not already answered in the FAQ?
- [X] I made sure the question is not listed in the FAQ.
Is this a general question and not a technical issue?
- [X] I am sure my question is not about a technical issue.
Question
If I shut down the OS, what is the docker command to run so that I don't have to reinstall the OS right from the start again?
If you used the docker run example, you can leave out the --rm (Remove) parameter to not throw away the volume.
Thank you! One more question and I'm good, am I able to update the mac os to sequoia?
how this can be defined in docker-compose for win 11? I have same problem that after windows reboot it started with fresh volume..
@lothriell https://github.com/dockur/macos#how-do-i-change-the-storage-location
@lothriell https://github.com/dockur/macos#how-do-i-change-the-storage-location
only path I was able to get working is:
volumes: - ./macosx:/storage
seems I cant figure out correct syntax for different drive location, but at least this is working for now
@lothriell So it does not start with a fresh volume anymore? Not sure if you mean that its solved now.