Без опису

Christopher Crone d166ad82f9 Update copyright date 5 роки тому
backend d166ad82f9 Update copyright date 5 роки тому
client d166ad82f9 Update copyright date 5 роки тому
cmd d166ad82f9 Update copyright date 5 роки тому
containers d166ad82f9 Update copyright date 5 роки тому
context 8db55e8c5c Use v2 of urfave/cli 5 роки тому
example d166ad82f9 Update copyright date 5 роки тому
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 роки тому
server d166ad82f9 Update copyright date 5 роки тому
.gitignore fcc7582826 Remove non-project path 5 роки тому
Makefile 6bfeda054b Go mods initialized, protos without gogo 5 роки тому
README.md bae830a1b1 Add initial backend proto and example 5 роки тому
go.mod 8db55e8c5c Use v2 of urfave/cli 5 роки тому
go.sum 8db55e8c5c Use v2 of urfave/cli 5 роки тому
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 роки тому

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