Bez popisu

Djordje Lukic 8571cf5a04 Create a new client on each request před 5 roky
azure f4bde8cb89 Multiple backend for the cli před 5 roky
backend 8571cf5a04 Create a new client on each request před 5 roky
cli 8571cf5a04 Create a new client on each request před 5 roky
client 9ea91791b4 Change the current context of the client on each request před 5 roky
compose 5c04e31117 Add compose.proto před 5 roky
containers 8571cf5a04 Create a new client on each request před 5 roky
context 8571cf5a04 Create a new client on each request před 5 roky
example f4bde8cb89 Multiple backend for the cli před 5 roky
scripts e3d62ce74a add protoc-gen-go and remove gogo install před 5 roky
server 8571cf5a04 Create a new client on each request před 5 roky
util 3bb4fe163c Add `docker context create` command před 5 roky
.dockerignore cbfcd5cf64 Add dockerignore před 5 roky
.gitignore fcc7582826 Remove non-project path před 5 roky
Dockerfile cdff00d571 Run tests inside a container před 5 roky
Makefile f4bde8cb89 Multiple backend for the cli před 5 roky
README.md bae830a1b1 Add initial backend proto and example před 5 roky
consts.go 5c04e31117 Add compose.proto před 5 roky
go.mod f4bde8cb89 Multiple backend for the cli před 5 roky
go.sum f4bde8cb89 Multiple backend for the cli před 5 roky
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install před 5 roky

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