설명 없음

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

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