mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #506] sshpass command not found #370
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#370
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 @shashank2086 on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/506
I have successfully builded the naked auto image but when i am to trying to run the image i am getting this error.
Disk is being copied between layers. Repeating until able to copy SSH key into OSX...
/bin/bash: line 1: sshpass: command not found
@hassinetouil commented on GitHub (Jul 5, 2022):
i have the same issue can you tell me how you solve it ?
@apagac2 commented on GitHub (Jul 15, 2022):
If you are copying snippets from readme, this issue could happen here: https://github.com/sickcodes/Docker-OSX#use-your-own-image-and-manually-and-automatically-log-into-a-shell
The image is missing file extension. This is how it should look like:
The difference being the .img here:
-v "${PWD}/mac_hdd_ng_auto_monterey.img:/image"@Nolij commented on GitHub (Aug 2, 2022):
I am still encountering this issue even using the modified command.
@whytewolf commented on GitHub (Aug 15, 2022):
I'm seeing this error also. and the "fix" didn't change anything. I even trying listing directly where the file was located instead of using PWD. still no go.
@BonifacioCalindoro commented on GitHub (Aug 27, 2022):
Same issue here. the fix didn't work.