mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #675] help me #508
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#508
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 @nanoalto on GitHub (Jul 1, 2023).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/675
after the download of the sistem (catalina preinstalled) and run it do this error: /usr/sbin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/arch/.ssh/id_docker_osx.pub"
ssh: connect to host 127.0.0.1 port 10022: Connection refused
Disk is being copied between layers. Repeating until able to copy SSH key into OSX...
and it does so endlessly
@AldenIsMe commented on GitHub (Sep 9, 2023):
I just managed to fix this issues after about 2-3 hours of debugging and trying different things.
I'm currently running Windows 11 and had the same issue, I fixed it by:
Downloading Ubuntu WSL (via the Windows Store)
Ran these commnads to download xhost on wsl:
Ran the following commands as suggested by: (https://github.com/sickcodes/Docker-OSX/issues/517)
the first "export" command might not be needed, but I ran it anyway.
then try running the docker command inside on the Ubuntu WSL
and it worked, finally! Hopefully it stays this way and doesnt stop working again.