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

Add support for managing docker containers #8

Open
lilasquared opened this issue May 30, 2019 · 4 comments
Open

Add support for managing docker containers #8

lilasquared opened this issue May 30, 2019 · 4 comments

Comments

@lilasquared
Copy link
Contributor

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?

@jmal98
Copy link
Owner

jmal98 commented Jun 1, 2019

Yup, adding the dependencies to this image would be fine. Would you be able to make the changes and validate them?

@lilasquared
Copy link
Contributor Author

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 pip install docker or pip install docker-py (Python 2.6)."

I assume this package is using python 2.7 from this line python2-dev=2.7.16-r1 \

Any thoughts on what I might be doing wrong?

@lilasquared
Copy link
Contributor Author

@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.

@jmal98
Copy link
Owner

jmal98 commented Jun 12, 2019

Did you get this working for your use case?

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

No branches or pull requests

2 participants