We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to a remote host via ssh I'm getting
Failed to fetch container logs: Command failed: docker -H tcp://127.0.0.1:3500 logs c43bca17273ccb55a69cda22d804565218d33f3ef3b1220b4c0a08f898c776d6 --tail=500 2>&1 [stdout]: /bin/sh: 1: docker: not found
as the remote host has the docker binaries in a separate environment.
Would it be possible to make the remotely executed command editable?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Connecting to a remote host via ssh I'm getting
as the remote host has the docker binaries in a separate environment.
Would it be possible to make the remotely executed command editable?
The text was updated successfully, but these errors were encountered: