Define and run multi-container applications with Docker
Go to file
Guillaume Lours 2ddab8e424 Fix install-protobuf script for macosx install
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-04-06 17:19:16 +02:00
backend/v1 Add doc.go 2020-04-06 10:43:36 -04:00
scripts/setup Fix install-protobuf script for macosx install 2020-04-06 17:19:16 +02:00
Makefile Initial commit of makefile and setup scripts 2020-04-06 10:40:40 -04:00
Protobuild.toml Add Protobuild file 2020-04-06 10:42:22 -04:00
README.md Add doc.go 2020-04-06 10:43:36 -04:00
setup-dev.sh Fix install-protobuf script for macosx install 2020-04-06 17:19:16 +02:00

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