mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[GH-ISSUE #332] How to persist os across restart? #238
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#238
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 @shahidcodes on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/332
for both naked and auto images how do I persist installation of the os across restart?
My goal is to use this image to debug my websites on safari and do some development but I noticed there is no bind mount or whatsoever in both
nakedandautoimages.I am same commands as given in example -
i.e.
for naked:
for auto:
@nandgator commented on GitHub (Aug 25, 2021):
H 👋🏻, I'm a mac newbie (installation seems daunting ). Got the same issue here, the partition disappears after re-running
docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" sickcodes/docker-osx:big-sur@sickcodes commented on GitHub (Aug 25, 2021):
https://github.com/sickcodes/Docker-OSX#start-the-same-container-later-persistent-disk
@sickcodes commented on GitHub (Aug 25, 2021):
Yeah I am thinking of adding a naked auto
@sickcodes commented on GitHub (Aug 25, 2021):
docker build -t naked-auto --build-arg COMPLETE= -f Dockerfile.auto .Will build a naked auto