mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 22:03:28 +01:00
permission #213
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 @alicera on GitHub (Jul 1, 2021).
'''
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json: dial unix /var/run/docker.sock: connect: permission denied
'''
'''
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...
/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...
^CDisk is being copied between layers. Repeating until able to copy SSH key into OSX...
'''
how to solve it ? I already use it.
https://github.com/sickcodes/Docker-OSX#confirm-your-user-is-part-of-the-the-docker-group-kvm-group-libvirt-group
@sickcodes commented on GitHub (Jul 2, 2021):
This takes 2-5 minutes to copy the 20GB layer, what disk are you using?
@sickcodes commented on GitHub (Jul 2, 2021):
The output changes from Docker 19.04 and Docker 20.X but it still takes a minute or two
You can watch you disk fill up, check
watch df@idzikovski commented on GitHub (Jul 23, 2021):
Hi! I am having the exact same issue... I ran
watch dfand I do see changes but everything is moving really slow. Like I left this running overnight with no significant progress (It says it should take a few minutes)@sickcodes commented on GitHub (Jul 23, 2021):
Can you create a new issue with the output from this command and Ill happily help :)
https://github.com/sickcodes/Docker-OSX/issues/new?assignees=&labels=&template=issue-running-docker-osx.md&title=