mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #745] Installation disk is not detected when restarting #570
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#570
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ppazos on GitHub (Mar 3, 2024).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/745
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 on GitHub (Apr 8, 2024):
You have to restart your old image with
docker start -ai xxxxxxwhere xxxxx is your container ID. You can find it usingdocker ps -a