Aucune description

Djordje Lukic 6ecb5550f7 Use a request for the context list rpc in cli.proto il y a 5 ans
azure 0af5afe440 Move the proxy in the server package il y a 5 ans
backend 8571cf5a04 Create a new client on each request il y a 5 ans
cli 6ecb5550f7 Use a request for the context list rpc in cli.proto il y a 5 ans
client 9ea91791b4 Change the current context of the client on each request il y a 5 ans
compose 6ecb5550f7 Use a request for the context list rpc in cli.proto il y a 5 ans
containers 0af5afe440 Move the proxy in the server package il y a 5 ans
context 0af5afe440 Move the proxy in the server package il y a 5 ans
example f4bde8cb89 Multiple backend for the cli il y a 5 ans
scripts e3d62ce74a add protoc-gen-go and remove gogo install il y a 5 ans
server 0af5afe440 Move the proxy in the server package il y a 5 ans
util 3bb4fe163c Add `docker context create` command il y a 5 ans
.dockerignore cbfcd5cf64 Add dockerignore il y a 5 ans
.gitignore fcc7582826 Remove non-project path il y a 5 ans
Dockerfile 6ecb5550f7 Use a request for the context list rpc in cli.proto il y a 5 ans
Makefile 6ecb5550f7 Use a request for the context list rpc in cli.proto il y a 5 ans
README.md bae830a1b1 Add initial backend proto and example il y a 5 ans
consts.go 5c04e31117 Add compose.proto il y a 5 ans
go.mod f4bde8cb89 Multiple backend for the cli il y a 5 ans
go.sum f4bde8cb89 Multiple backend for the cli il y a 5 ans
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install il y a 5 ans

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