docs: explain docker context also
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-11-21 14:11:27 +01:00
parent fbdb792795
commit 3b01b1bb2e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -280,6 +280,12 @@ Here are a few tips for debugging your local SSH config. Abra uses plain 'ol
SSH to make connections to servers, so if your SSH config is working, Abra is
working.
In the first place, Abra will always try to read your Docker context connection
string for SSH connection details. You can view your server context configs
with the following command. Are they correct?
abra server ls
Is your ssh-agent running? You can start it by running the following command:
eval "$(ssh-agent)"