Define and run multi-container applications with Docker
Перейти к файлу
Ulysses Souza 7802e4d1df
Merge pull request #24 from ulyssessouza/add-compose
Little fixes on client side and containers.proto
2020-05-04 11:32:00 +02:00
.github/workflows Only install required go dependencies 2020-04-30 17:47:28 +02:00
azure Proper variable naming 2020-05-04 09:59:12 +02:00
backend Add "goimports" 2020-05-04 11:30:21 +02:00
cli Add "goimports" 2020-05-04 11:30:21 +02:00
client Invert the logic to preserve the happy path 2020-05-04 11:30:21 +02:00
compose/v1 Add "goimports" 2020-05-04 11:30:21 +02:00
containers Add "goimports" 2020-05-04 11:30:21 +02:00
context Move the proxy in the server package 2020-04-30 12:20:04 +02:00
example Multiple backend for the cli 2020-04-30 11:01:04 +02:00
scripts/setup Add gotestsum 2020-04-30 17:48:34 +02:00
server Add "goimports" 2020-05-04 11:30:21 +02:00
util Add `docker context create` command 2020-04-26 19:42:20 +02:00
.dockerignore Add dockerignore 2020-04-24 15:03:46 +02:00
.gitignore Remove non-project path 2020-04-24 14:04:27 +02:00
Dockerfile Add "goimports" 2020-05-04 11:30:21 +02:00
Makefile Add "goimports" 2020-05-04 11:30:21 +02:00
README.md Fix badge... 2020-05-03 15:32:19 +02:00
consts.go Add compose.proto 2020-04-27 16:04:30 +02:00
go.mod Tidy go mods, remove urfave/cli 2020-04-30 18:12:53 +02:00
go.sum Tidy go mods, remove urfave/cli 2020-04-30 18:12:53 +02:00
setup-dev.sh Use github action to install protoc 2020-04-30 17:45:48 +02:00

README.md

Docker API

Actions Status

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