Nenhuma descrição

Djordje Lukic cdff00d571 Run tests inside a container 5 anos atrás
backend 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 anos atrás
cli 32da9e65e8 Only execute moby if the command is not a context command 5 anos atrás
client 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 anos atrás
containers d166ad82f9 Update copyright date 5 anos atrás
context e2c7370a82 Implement context list 5 anos atrás
example 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 anos atrás
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 anos atrás
server d166ad82f9 Update copyright date 5 anos atrás
util 3bb4fe163c Add `docker context create` command 5 anos atrás
.dockerignore cbfcd5cf64 Add dockerignore 5 anos atrás
.gitignore fcc7582826 Remove non-project path 5 anos atrás
Dockerfile cdff00d571 Run tests inside a container 5 anos atrás
Makefile cdff00d571 Run tests inside a container 5 anos atrás
README.md bae830a1b1 Add initial backend proto and example 5 anos atrás
go.mod e2c7370a82 Implement context list 5 anos atrás
go.sum e2c7370a82 Implement context list 5 anos atrás
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 anos atrás

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