mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Scripts for waiting mac ssh to come up #104
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 @shifujun on GitHub (Jan 19, 2021).
Just sharing😃
Install
sshpassfor auto enter password.sudo yum install sshpassMake a
sshDockerOsx.sh:Make a
waitForDockerOsx.sh:After
docker run -d ....start up macOs, execute./waitForDockerOsx.sh && ./sshDockerOsx.shcan auto wait and login macOS.@sickcodes commented on GitHub (Jan 19, 2021):
Perfect! This will work good for version 3, will be using SSH keys however, but the loop is good, thank you 😁!
@sickcodes commented on GitHub (Jan 24, 2021):
Added here:
a09c565e36