No Description

Djordje Lukic f5bf355d1f Merge pull request #27 from rumpl/change-context-store 5 years ago
backend 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 years ago
cli 551eb2326f ACI context creation 5 years ago
client 551eb2326f ACI context creation 5 years ago
compose 5c04e31117 Add compose.proto 5 years ago
containers d166ad82f9 Update copyright date 5 years ago
context 551eb2326f ACI context creation 5 years ago
example 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 years ago
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 years ago
server d166ad82f9 Update copyright date 5 years ago
util 3bb4fe163c Add `docker context create` command 5 years ago
.dockerignore cbfcd5cf64 Add dockerignore 5 years ago
.gitignore fcc7582826 Remove non-project path 5 years ago
Dockerfile cdff00d571 Run tests inside a container 5 years ago
Makefile e6597d6139 Don't cd into a directory before building 5 years ago
README.md bae830a1b1 Add initial backend proto and example 5 years ago
consts.go 5c04e31117 Add compose.proto 5 years ago
go.mod 756836ffab Use testify/suite and testify/require 5 years ago
go.sum 756836ffab Use testify/suite and testify/require 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