mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
How to persist os across restart? #240
Reference in New Issue
Block a user
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).
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:
@yozachar 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