بدون توضیح

Djordje Lukic 28808f3f6d Check that port definition contains source and dest 5 سال پیش
.github bb017c490e Only install required go dependencies 5 سال پیش
azure e992b4192c Panic if we cannot set env var 5 سال پیش
backend 33c45a0a62 Add "goimports" 5 سال پیش
cli 28808f3f6d Check that port definition contains source and dest 5 سال پیش
client 933bed5f5d Invert the logic to preserve the happy path 5 سال پیش
compose 63c460240c Move config initialization closer to the beginning 5 سال پیش
containers a1a5e1794b Add ports publishing to run 5 سال پیش
context 0af5afe440 Move the proxy in the server package 5 سال پیش
example 3d363643ad Implement simple ACI run 5 سال پیش
scripts 1858367277 Add gotestsum 5 سال پیش
server 3d363643ad Implement simple ACI run 5 سال پیش
util 3bb4fe163c Add `docker context create` command 5 سال پیش
.dockerignore cbfcd5cf64 Add dockerignore 5 سال پیش
.gitignore fcc7582826 Remove non-project path 5 سال پیش
Dockerfile 9fd5f7bef3 Rename xcli to cross 5 سال پیش
Makefile 9fd5f7bef3 Rename xcli to cross 5 سال پیش
README.md fc748142fa Fix badge... 5 سال پیش
builder.Makefile 9fd5f7bef3 Rename xcli to cross 5 سال پیش
consts.go 5c04e31117 Add compose.proto 5 سال پیش
go.mod 3d363643ad Implement simple ACI run 5 سال پیش
go.sum 3d363643ad Implement simple ACI run 5 سال پیش
setup-dev.sh 5cbfa2778e Use github action to install protoc 5 سال پیش

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