Açıklama Yok

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

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