mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
sshpass command not found #372
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 @shashank2086 on GitHub (Jun 14, 2022).
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 6, 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.