-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-osx:auto ssh connection refused #330
Comments
Similar to #174 |
https://github.com/sickcodes/Docker-OSX/blob/master/Dockerfile.auto#L239-L242 until [[ "$(sshpass -palpine ssh-copy-id -f -i ~/.ssh/id_docker_osx.pub -p 10022 [email protected])" ]]; do \
echo "Disk is being copied between layers. Repeating until able to copy SSH key into OSX..." \
; sleep 1 \
; done It keeps trying to put the key in until it's done, you'll get errors until it's fully booted |
It's taking quite some time, I'll leave it running overnight and get back to you with results. Thanks 😁 |
Had it run for an entire night, didn't boot up. Will maybe give the project another shot when I switch to another distro. |
|
I have pulled the docker-osx:auto, and installed the tools mentioned in the initial setup section of the readme. Ran it with:
Outputs this indefinitely:
Help wanted
The text was updated successfully, but these errors were encountered: