Skip to content
New issue

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

Fix host trimming and remove quiet flag for the ssh connection #2755

Merged
merged 1 commit into from Feb 9, 2021

Conversation

aiordache
Copy link
Collaborator

@aiordache aiordache commented Feb 8, 2021

Several fixes:

  • correctly trim the 'ssh://' from context host.
  • pass parent's environment to the shellout process
  • remove '-q' ssh flag that hides possible errors
  • refactor ssh command args

Resolves docker/compose#8096

Signed-off-by: aiordache <anca.iordache@docker.com>
@aiordache aiordache merged commit d7b16ef into docker:master Feb 9, 2021
@aiordache aiordache added this to the 4.4.2 milestone Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exit code 141 returned when using an ssh DOCKER_HOST
2 participants