abra server add
produces a confusing error when docker is not installed on target
#507
Loading…
x
Reference in New Issue
Block a user
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?
Setting up a new server it took me a bit to figure out what this error meant! It could check that indeed the ssh worked but that docker failed to be run on the remote.
(note i have fish as the shell on target server, but the only difference in the result is that the error from the remote server is phrased differently).
Note in fact any non-zero return from running
docker system dial-stdio
causes this same error, which is mighty confusing if you can in fact ssh to the server.Yeh agree, this is confusing @cas, thanks for reporting. There have been multiple refactors over this part of the code by different people trying to improve the errors and this seems to have gone too far in terms of simplication. We could interrogate the return message a bit more for this case.