We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
If you used the docker run example, you can leave out the --rm (Remove) parameter to not throw away the volume.
docker run
--rm
Sorry, something went wrong.
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
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.
No branches or pull requests
Is your question not already answered in the FAQ?
Is this a general question and not 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?
The text was updated successfully, but these errors were encountered: