mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 14:23:28 +01:00
help me #510
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 @nanoalto on GitHub (Jul 1, 2023).
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.