Sen descrición

Guillaume Lours a8403241e4 Add default shellout to engine if no context specified %!s(int64=5) %!d(string=hai) anos
backend bae830a1b1 Add initial backend proto and example %!s(int64=5) %!d(string=hai) anos
client dfa8e03860 Configure client connection backoff %!s(int64=5) %!d(string=hai) anos
cmd a8403241e4 Add default shellout to engine if no context specified %!s(int64=5) %!d(string=hai) anos
context a8403241e4 Add default shellout to engine if no context specified %!s(int64=5) %!d(string=hai) anos
example dfa8e03860 Configure client connection backoff %!s(int64=5) %!d(string=hai) anos
scripts 3a6a9c1d9a macOS install fixes %!s(int64=5) %!d(string=hai) anos
server bae830a1b1 Add initial backend proto and example %!s(int64=5) %!d(string=hai) anos
vendor dfa8e03860 Configure client connection backoff %!s(int64=5) %!d(string=hai) anos
.gitignore 91951eb03a 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) %!s(int64=5) %!d(string=hai) anos
Makefile 37591c714b Add base cli and connection logic %!s(int64=5) %!d(string=hai) anos
Protobuild.toml 5c2febc2d6 Add Protobuild file %!s(int64=5) %!d(string=hai) anos
README.md bae830a1b1 Add initial backend proto and example %!s(int64=5) %!d(string=hai) anos
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install %!s(int64=5) %!d(string=hai) anos
vendor.conf dfa8e03860 Configure client connection backoff %!s(int64=5) %!d(string=hai) anos

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