Keine Beschreibung

Djordje Lukic e415d00afc Merge pull request #31 from rumpl/chore-mod-tidy vor 5 Jahren
.github bb017c490e Only install required go dependencies vor 5 Jahren
azure 0af5afe440 Move the proxy in the server package vor 5 Jahren
backend 8571cf5a04 Create a new client on each request vor 5 Jahren
cli 6ecb5550f7 Use a request for the context list rpc in cli.proto vor 5 Jahren
client c4a260369b Remove useless SetContext function in client.go vor 5 Jahren
compose 6ecb5550f7 Use a request for the context list rpc in cli.proto vor 5 Jahren
containers f4bde8cb89 Multiple backend for the cli vor 5 Jahren
context 0af5afe440 Move the proxy in the server package vor 5 Jahren
example f4bde8cb89 Multiple backend for the cli vor 5 Jahren
scripts 1858367277 Add gotestsum vor 5 Jahren
server 0af5afe440 Move the proxy in the server package vor 5 Jahren
util 3bb4fe163c Add `docker context create` command vor 5 Jahren
.dockerignore cbfcd5cf64 Add dockerignore vor 5 Jahren
.gitignore fcc7582826 Remove non-project path vor 5 Jahren
Dockerfile 6ecb5550f7 Use a request for the context list rpc in cli.proto vor 5 Jahren
Makefile 6ecb5550f7 Use a request for the context list rpc in cli.proto vor 5 Jahren
README.md bae830a1b1 Add initial backend proto and example vor 5 Jahren
consts.go 5c04e31117 Add compose.proto vor 5 Jahren
go.mod a307952dab Tidy go mods, remove urfave/cli vor 5 Jahren
go.sum a307952dab Tidy go mods, remove urfave/cli vor 5 Jahren
setup-dev.sh 5cbfa2778e Use github action to install protoc vor 5 Jahren

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