mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #129] Scripts for waiting mac ssh to come up #105
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#105
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 @shifujun on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/129
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:
github.com/sickcodes/Docker-OSX@a09c565e36