Нет описания

Djordje Lukic 32da9e65e8 Only execute moby if the command is not a context command 5 лет назад
backend 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 лет назад
cli 32da9e65e8 Only execute moby if the command is not a context command 5 лет назад
client 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 лет назад
containers d166ad82f9 Update copyright date 5 лет назад
context e2c7370a82 Implement context list 5 лет назад
example 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 лет назад
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 лет назад
server d166ad82f9 Update copyright date 5 лет назад
util 3bb4fe163c Add `docker context create` command 5 лет назад
.dockerignore cbfcd5cf64 Add dockerignore 5 лет назад
.gitignore fcc7582826 Remove non-project path 5 лет назад
Dockerfile 88aef2e4e2 Dockerize build and proto gen 5 лет назад
Makefile 3bb4fe163c Add `docker context create` command 5 лет назад
README.md bae830a1b1 Add initial backend proto and example 5 лет назад
go.mod e2c7370a82 Implement context list 5 лет назад
go.sum e2c7370a82 Implement context list 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