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

Call docker python API without wrapping it in a separate module #147

Closed
nishakm opened this issue Jan 16, 2019 · 1 comment
Closed

Call docker python API without wrapping it in a separate module #147

nishakm opened this issue Jan 16, 2019 · 1 comment
Labels
arch Architecture changes are needed
Milestone

Comments

@nishakm
Copy link
Contributor

nishakm commented Jan 16, 2019

utils/container.py currently contains all of the docker container related operations. There is more wrapping in docker_helpers.py. Eventually there needs to be some API for implementing 'pull', 'build' and 'save' operations for container images. The docker python API can be called there.

Related issue: #678

@nishakm nishakm added this to the Near Future milestone Feb 14, 2019
@nishakm nishakm added the arch Architecture changes are needed label Nov 7, 2019
@nishakm
Copy link
Contributor Author

nishakm commented Nov 30, 2020

This is now moved to tern/load/docker_api.py

@nishakm nishakm closed this as completed Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch Architecture changes are needed
Projects
None yet
Development

No branches or pull requests

1 participant