Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
yipy0005 opened this issue Nov 13, 2024 · 6 comments
Labels
question Further information is requested

Comments

@yipy0005
Copy link

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • 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 yipy0005 added the question Further information is requested label Nov 13, 2024
@kroese
Copy link
Contributor

kroese commented Nov 13, 2024

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

@yipy0005
Copy link
Author

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

@lothriell
Copy link

how this can be defined in docker-compose for win 11? I have same problem that after windows reboot it started with fresh volume..

@kroese
Copy link
Contributor

kroese commented Nov 16, 2024

@lothriell
Copy link

@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

@kroese
Copy link
Contributor

kroese commented Nov 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants