Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Create an MVP HTTP API #683

Closed
bfirsh opened this issue Mar 2, 2015 · 4 comments
Closed

Create an MVP HTTP API #683

bfirsh opened this issue Mar 2, 2015 · 4 comments
Assignees

Comments

@bfirsh
Copy link
Contributor

bfirsh commented Mar 2, 2015

Machine currently relies on storing configuration locally on the computer that the command-line client is run which makes it difficult to use in teams and for large deployments.

Machines could instead be managed by a central server with a REST API. The command-line client could be a client for this server.

We should create an MVP of this HTTP API to see how it's going to work. It could map directly to the current behaviour of Machine, then we can start to figure out:

  • the bits which don't make sense in an API server
  • how a client would interact with the server

etc.

Dependencies

@bfirsh bfirsh added this to the 0.2.0 milestone Mar 2, 2015
@bfirsh bfirsh added the next label Mar 2, 2015
@bfirsh bfirsh removed the next label Mar 13, 2015
@bfirsh bfirsh removed this from the 0.2.0 milestone Mar 13, 2015
@tiagoalves83
Copy link

tiagoalves83 commented Aug 9, 2016

@bfirsh , @ehazlett , @nathanleclaire Do you have any updates on this ?
How can I help ?

@nathanleclaire
Copy link
Contributor

It's unlikely to be implemented first-class although you might be able to roll your own with libmachine if interested

@tiagoalves83
Copy link

Thank you @nathanleclaire, I have just looked to libmachine. Is there any documentation? Does docker-machine CLI use it?

@nathanleclaire
Copy link
Contributor

No, and Yes. Going to close this issue as I think we're not really interested in this any longer

tomeon pushed a commit to tomeon/machine that referenced this issue May 9, 2018
configure the number of cert interface
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants