mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #565] MacOS Catalina Pre-Installed (Repeating until able to copy SSH key into OSX) #421
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#421
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 @softplaceio on GitHub (Nov 14, 2022).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/565
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?