TripleParity / docks-api

RESTful API Server for Docks
https://tripleparity.github.io/docks-api/stack-api-spec.html
GNU General Public License v3.0
0 stars 0 forks source link

Prototype - Docker API Proxy #1

Closed egeldenhuys closed 6 years ago

egeldenhuys commented 6 years ago

The browser will send requests to the Docks API running on a swarm manager. Once authenticated the docks API will forward Docker requests to the Docker API running on localhost. The response from Docker will then be sent back as a response to the client.

Later it will be required to authenticate before forwarding anything to the Docker API.

By forwarding requests based on the Docker API we already have a standard interface to base the UI on. For example all requests to /docker/<path> will be forwarded to /<path> on the Docker socket.

egeldenhuys commented 6 years ago

Closed by #2