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

Proposal: Replace docker_command wrapper with docker-py python module #41

Closed
nishakm opened this issue May 14, 2018 · 3 comments
Closed
Labels
assigned This issue has been assigned to someone who is actively working on it proposal Propose a change to the project
Milestone

Comments

@nishakm
Copy link
Contributor

nishakm commented May 14, 2018

The docker-py python module can be used to invoke the Docker Engine API. This means replacing all of the subprocess commands in container.py with the docker-py API. This invariably means nuking container.py

https://github.com/docker/docker-py

@nishakm nishakm added the proposal Propose a change to the project label May 14, 2018
@jeevers
Copy link

jeevers commented May 14, 2018

I can work on this!

@nishakm
Copy link
Contributor Author

nishakm commented May 14, 2018

assigned to @jeevers

@nishakm nishakm added the assigned This issue has been assigned to someone who is actively working on it label May 14, 2018
@nishakm nishakm added this to the Release 0.3.0 milestone Jan 23, 2019
@nishakm
Copy link
Contributor Author

nishakm commented Jan 23, 2019

Duplicate of #148

@nishakm nishakm marked this as a duplicate of #148 Jan 23, 2019
@nishakm nishakm closed this as completed Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned This issue has been assigned to someone who is actively working on it proposal Propose a change to the project
Projects
None yet
Development

No branches or pull requests

2 participants