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

Replace custom Docker code with library calls #46

Closed
andystanton opened this issue Nov 13, 2015 · 1 comment
Closed

Replace custom Docker code with library calls #46

andystanton opened this issue Nov 13, 2015 · 1 comment
Milestone

Comments

@andystanton
Copy link
Member

Ticket #35 details changing the shelled out calls to the Docker CLI to http calls to the Docker remote API. This is admirable and I got this working, but ultimately there is no point maintaining this code which someone else has already written better. In this case, the Docker developer documentation mentions two mature libraries that perform this function.

This ticket will involve researching which is a better fit for dexec and then switch dexec to the chosen library.

@andystanton
Copy link
Member Author

I've decided on https://github.com/fsouza/go-dockerclient

@andystanton andystanton modified the milestones: v2.0.0, v1.0.4 Apr 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant