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 Robo\Task\Docker\Base to implement CommandInterface #625

Conversation

asgorobets
Copy link
Contributor

@asgorobets asgorobets commented Sep 19, 2017

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes

Summary

Fix Robo\Task\Docker\Base to implement CommandInterface as it is already an implementation of the above. With the fix you can use Docker commands in SshExec tasks and other tasks expecting a CommandInterface or a string command let's say if you plan to proxy a docker command execution to a remote machine

@greg-1-anderson
Copy link
Member

Thanks for finding this omission.

@greg-1-anderson greg-1-anderson merged commit 19d7321 into consolidation:master Sep 19, 2017
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.

2 participants