Nav apraksta

Michael Crosby 8e68e36894 Merge pull request #5 from chris-crone/proto-mac 5 gadi atpakaļ
backend bae830a1b1 Add initial backend proto and example 5 gadi atpakaļ
client 37591c714b Add base cli and connection logic 5 gadi atpakaļ
cmd 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 gadi atpakaļ
example 37591c714b Add base cli and connection logic 5 gadi atpakaļ
scripts 3a6a9c1d9a macOS install fixes 5 gadi atpakaļ
server bae830a1b1 Add initial backend proto and example 5 gadi atpakaļ
vendor 9659b5df51 Add *.protos to vendor 5 gadi atpakaļ
.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 gadi atpakaļ
Makefile 37591c714b Add base cli and connection logic 5 gadi atpakaļ
Protobuild.toml 5c2febc2d6 Add Protobuild file 5 gadi atpakaļ
README.md bae830a1b1 Add initial backend proto and example 5 gadi atpakaļ
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 gadi atpakaļ
vendor.conf 9659b5df51 Add *.protos to vendor 5 gadi atpakaļ

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