You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running from windows the full path that is passed to the local ssh implementation should contain forwards slashes (as in C:/Users/emmanuel/shadowing/usb/myJoice/dev/backend/config/security/certs/ssh/id_rsa) while the current implementation passes fully-qualified backslashes (as in C:\Users\emmanuel\shadowing\usb\myJoice\dev\backend\config\security\certs\ssh\id_rsa). This breaks machine creation with recent version of docker machine.
The text was updated successfully, but these errors were encountered:
When running from windows the full path that is passed to the local ssh implementation should contain forwards slashes (as in
C:/Users/emmanuel/shadowing/usb/myJoice/dev/backend/config/security/certs/ssh/id_rsa
) while the current implementation passes fully-qualified backslashes (as inC:\Users\emmanuel\shadowing\usb\myJoice\dev\backend\config\security\certs\ssh\id_rsa
). This breaks machine creation with recent version of docker machine.The text was updated successfully, but these errors were encountered: