Aucune description

Djordje Lukic 900d82ced0 Merge pull request #36 from rumpl/feat-logs il y a 6 ans
.github bb017c490e Only install required go dependencies il y a 6 ans
azure e964a3af2e Implement `docker logs --tal <N>` il y a 6 ans
backend 33c45a0a62 Add "goimports" il y a 6 ans
cli e964a3af2e Implement `docker logs --tal <N>` il y a 6 ans
client 933bed5f5d Invert the logic to preserve the happy path il y a 6 ans
compose 63c460240c Move config initialization closer to the beginning il y a 6 ans
containers e964a3af2e Implement `docker logs --tal <N>` il y a 6 ans
context 0af5afe440 Move the proxy in the server package il y a 6 ans
example e964a3af2e Implement `docker logs --tal <N>` il y a 6 ans
scripts 1858367277 Add gotestsum il y a 6 ans
server 3d363643ad Implement simple ACI run il y a 6 ans
util 3bb4fe163c Add `docker context create` command il y a 6 ans
.dockerignore cbfcd5cf64 Add dockerignore il y a 6 ans
.gitignore fcc7582826 Remove non-project path il y a 6 ans
Dockerfile 9fd5f7bef3 Rename xcli to cross il y a 6 ans
Makefile 9fd5f7bef3 Rename xcli to cross il y a 6 ans
README.md fc748142fa Fix badge... il y a 6 ans
builder.Makefile 9fd5f7bef3 Rename xcli to cross il y a 6 ans
consts.go 5c04e31117 Add compose.proto il y a 6 ans
go.mod afca3e31b5 Implement exec command il y a 6 ans
go.sum afca3e31b5 Implement exec command il y a 6 ans
setup-dev.sh 5cbfa2778e Use github action to install protoc il y a 6 ans

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