暫無描述

Guillaume Lours f393dea175 Merge pull request #19 from chris-crone/clean-gitignore 5 年之前
backend 6bfeda054b Go mods initialized, protos without gogo 5 年之前
client 6bfeda054b Go mods initialized, protos without gogo 5 年之前
cmd 29a838ddf5 Merge pull request #15 from glours/find_existing_docker_binary 5 年之前
containers d473b83b00 Add containers proto from docker/d2 5 年之前
context 8db55e8c5c Use v2 of urfave/cli 5 年之前
example 8db55e8c5c Use v2 of urfave/cli 5 年之前
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 年之前
server bae830a1b1 Add initial backend proto and example 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