Nincs leírás

Djordje Lukic b2606b91f2 Remove useless client grpc stuff 5 éve
azure f4bde8cb89 Multiple backend for the cli 5 éve
backend f4bde8cb89 Multiple backend for the cli 5 éve
cli b2606b91f2 Remove useless client grpc stuff 5 éve
client b2606b91f2 Remove useless client grpc stuff 5 éve
compose 5c04e31117 Add compose.proto 5 éve
containers f4bde8cb89 Multiple backend for the cli 5 éve
context f4bde8cb89 Multiple backend for the cli 5 éve
example f4bde8cb89 Multiple backend for the cli 5 éve
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 éve
server d166ad82f9 Update copyright date 5 éve
util 3bb4fe163c Add `docker context create` command 5 éve
.dockerignore cbfcd5cf64 Add dockerignore 5 éve
.gitignore fcc7582826 Remove non-project path 5 éve
Dockerfile cdff00d571 Run tests inside a container 5 éve
Makefile f4bde8cb89 Multiple backend for the cli 5 éve
README.md bae830a1b1 Add initial backend proto and example 5 éve
consts.go 5c04e31117 Add compose.proto 5 éve
go.mod f4bde8cb89 Multiple backend for the cli 5 éve
go.sum f4bde8cb89 Multiple backend for the cli 5 éve
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 éve

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