Define and run multi-container applications with Docker
Go to file
Guillaume Lours f5aa9638af Add default shellout to engine if no context specified
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-04-20 17:16:37 +02:00
backend/v1 Add initial backend proto and example 2020-04-06 11:22:34 -04:00
client Configure client connection backoff 2020-04-17 14:37:54 +02:00
cmd Add default shellout to engine if no context specified 2020-04-20 17:16:37 +02:00
context Add default shellout to engine if no context specified 2020-04-20 16:22:15 +02:00
example/backend Configure client connection backoff 2020-04-17 14:37:54 +02:00
scripts/setup macOS install fixes 2020-04-08 14:07:11 +02:00
server Add initial backend proto and example 2020-04-06 11:22:34 -04:00
vendor Configure client connection backoff 2020-04-17 14:37:54 +02:00
.gitignore Rename context to example to make it more explicit, context will be a local command managing contexts (similar to docker-cli context command, adapted here for more generic purpose) 2020-04-07 21:36:25 +02:00
Makefile Add base cli and connection logic 2020-04-06 11:54:01 -04:00
Protobuild.toml Add Protobuild file 2020-04-06 10:42:22 -04:00
README.md Add initial backend proto and example 2020-04-06 11:22:34 -04:00
setup-dev.sh Fix install-protobuf script for macosx install 2020-04-06 17:19:16 +02:00
vendor.conf Configure client connection backoff 2020-04-17 14:37:54 +02:00

README.md

Docker API

Dev Setup

To setup a development machine to update the API protobufs, first run the ./setup-dev.sh script to install the correct version of protobufs on your system and get the protobuild binary.

Building the API Project

> make

Build the example backend

The example backend code is located in /example/backend. Build the service with the resulting binary placed in the /bin directory.

> make example