mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
MacOS Catalina Pre-Installed (Repeating until able to copy SSH key into OSX) #423
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 @softplaceio on GitHub (Nov 14, 2022).
Hello,
I ran the commands:
docker pull sickcodes/docker-osx:auto
docker run -it
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
sickcodes/docker-osx:auto
Shell: Disk is being copied between layers. Repeating until able to copy SSH key into OSX (LOOP)
And I have this message in "infinite loop" what should I do?
@altschuler commented on GitHub (Feb 3, 2023):
How did you solve this?