-
Notifications
You must be signed in to change notification settings - Fork 727
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
REST API for pipework #131
Comments
Hi, That would be a great idea, but implementing a REST API in shell will be tricky :-) I think it would be better if it were a separate project. Maybe you'd love to coordinate with @pierrecdn, whose PR #122 also has a lot of great stuff? |
Looks like people want pipework is growing way beyond a simple tool! |
Out of curiosity - would you use this in conjunction with Docker, or with other container systems? |
Or you could use the official docker REST api / toolset, to control a pipework docker container. e.g. my Eventually we would prefer all the features of pipework to be implemented as a part docker itself. All the L2 bridge-mode networking & OVS stuff. There is an ongoing effort to do that amongst other docker teams. So maybe it's not a long lifetime to rely upon a specific pipework API (i.e. for production systems) that will need to replace later on with something else (of official Docker networking feature). But my all means please don't let me stop you! :) |
Hi,
I am thinking it would be great to make pipework a first class citizen in the DCOS (data-center operating system) concept.
For this to happen I believe the first step would be to have a REST API on top of pipework that would allow orchestrators to manipulate pipework remotely.
I am eager to work on such REST API, now the question is:
cheers!
The text was updated successfully, but these errors were encountered: