-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add support for managing docker containers #8
Comments
Yup, adding the dependencies to this image would be fine. Would you be able to make the changes and validate them? |
I tried adding the docker package to the pip install step, however i am getting an error "Failed to import docker or docker-py (Docker SDK for Python) - No module named requests.exceptions. Try I assume this package is using python 2.7 from this line Any thoughts on what I might be doing wrong? |
@jmal98 I think I read the documentation wrong, it looks like the dependencies are required on the remote host not the control machine. If I get it working with no change to the current image version I will close this. |
Did you get this working for your use case? |
Would it be possible to add the dependencies listed on this page so that this image could control docker containers? Or would it make more sense to create an image using this as the base that has these dependencies?
The text was updated successfully, but these errors were encountered: