No Description

Djordje Lukic 5cc722da4a Merge pull request #14 from glours/upgrade_urfave_cli 5 years ago
backend 6bfeda054b Go mods initialized, protos without gogo 5 years ago
client 6bfeda054b Go mods initialized, protos without gogo 5 years ago
cmd 8db55e8c5c Use v2 of urfave/cli 5 years ago
context 8db55e8c5c Use v2 of urfave/cli 5 years ago
example 8db55e8c5c Use v2 of urfave/cli 5 years ago
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 years ago
server bae830a1b1 Add initial backend proto and example 5 years ago
.gitignore 91951eb03a Rename context to example to make it more explicit, context will be a local command managing contexts (similar to docker-cli context command, adapted here for more generic purpose) 5 years ago
Makefile 6bfeda054b Go mods initialized, protos without gogo 5 years ago
README.md bae830a1b1 Add initial backend proto and example 5 years ago
go.mod 8db55e8c5c Use v2 of urfave/cli 5 years ago
go.sum 8db55e8c5c Use v2 of urfave/cli 5 years ago
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 years ago

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