Sin descripción

Djordje Lukic 6fa941686c Make all functions in aci.go package private hace 5 años
.github bb017c490e Only install required go dependencies hace 5 años
azure 6fa941686c Make all functions in aci.go package private hace 5 años
backend 33c45a0a62 Add "goimports" hace 5 años
cli eee9bf449f Move run to own package hace 5 años
client 933bed5f5d Invert the logic to preserve the happy path hace 5 años
compose 3d363643ad Implement simple ACI run hace 5 años
containers a1a5e1794b Add ports publishing to run hace 5 años
context 0af5afe440 Move the proxy in the server package hace 5 años
example 3d363643ad Implement simple ACI run hace 5 años
scripts 1858367277 Add gotestsum hace 5 años
server 3d363643ad Implement simple ACI run hace 5 años
util 3bb4fe163c Add `docker context create` command hace 5 años
.dockerignore cbfcd5cf64 Add dockerignore hace 5 años
.gitignore fcc7582826 Remove non-project path hace 5 años
Dockerfile 9fd5f7bef3 Rename xcli to cross hace 5 años
Makefile 9fd5f7bef3 Rename xcli to cross hace 5 años
README.md fc748142fa Fix badge... hace 5 años
builder.Makefile 9fd5f7bef3 Rename xcli to cross hace 5 años
consts.go 5c04e31117 Add compose.proto hace 5 años
go.mod 3d363643ad Implement simple ACI run hace 5 años
go.sum 3d363643ad Implement simple ACI run hace 5 años
setup-dev.sh 5cbfa2778e Use github action to install protoc hace 5 años

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