Sem descrição

Djordje Lukic a1a5e1794b Add ports publishing to run há 5 anos atrás
.github bb017c490e Only install required go dependencies há 5 anos atrás
azure a1a5e1794b Add ports publishing to run há 5 anos atrás
backend 33c45a0a62 Add "goimports" há 5 anos atrás
cli a1a5e1794b Add ports publishing to run há 5 anos atrás
client 933bed5f5d Invert the logic to preserve the happy path há 5 anos atrás
compose 3d363643ad Implement simple ACI run há 5 anos atrás
containers a1a5e1794b Add ports publishing to run há 5 anos atrás
context 0af5afe440 Move the proxy in the server package há 5 anos atrás
example 3d363643ad Implement simple ACI run há 5 anos atrás
scripts 1858367277 Add gotestsum há 5 anos atrás
server 3d363643ad Implement simple ACI run há 5 anos atrás
util 3bb4fe163c Add `docker context create` command há 5 anos atrás
.dockerignore cbfcd5cf64 Add dockerignore há 5 anos atrás
.gitignore fcc7582826 Remove non-project path há 5 anos atrás
Dockerfile 600feb1e00 Split makefiles há 5 anos atrás
Makefile 600feb1e00 Split makefiles há 5 anos atrás
README.md fc748142fa Fix badge... há 5 anos atrás
builder.Makefile 600feb1e00 Split makefiles há 5 anos atrás
consts.go 5c04e31117 Add compose.proto há 5 anos atrás
go.mod 3d363643ad Implement simple ACI run há 5 anos atrás
go.sum 3d363643ad Implement simple ACI run há 5 anos atrás
setup-dev.sh 5cbfa2778e Use github action to install protoc há 5 anos atrás

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