macos icon indicating copy to clipboard operation
macos copied to clipboard

[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?

Open yipy0005 opened this issue 1 year ago • 6 comments

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?

yipy0005 avatar Nov 13 '24 17:11 yipy0005

If you used the docker run example, you can leave out the --rm (Remove) parameter to not throw away the volume.

kroese avatar Nov 13 '24 17:11 kroese

Thank you! One more question and I'm good, am I able to update the mac os to sequoia?

yipy0005 avatar Nov 13 '24 18:11 yipy0005

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 avatar Nov 16 '24 12:11 lothriell

@lothriell https://github.com/dockur/macos#how-do-i-change-the-storage-location

kroese avatar Nov 16 '24 12:11 kroese

@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 avatar Nov 16 '24 13:11 lothriell

@lothriell So it does not start with a fresh volume anymore? Not sure if you mean that its solved now.

kroese avatar Nov 16 '24 13:11 kroese