No Description

Djordje Lukic 29737c2a23 Merge pull request #38 from rumpl/fix-exec 5 years ago
.github bb017c490e Only install required go dependencies 5 years ago
azure d6417cb504 Simplify exec on ACI 5 years ago
backend 33c45a0a62 Add "goimports" 5 years ago
cli e964a3af2e Implement `docker logs --tal <N>` 5 years ago
client 933bed5f5d Invert the logic to preserve the happy path 5 years ago
compose 63c460240c Move config initialization closer to the beginning 5 years ago
containers e964a3af2e Implement `docker logs --tal <N>` 5 years ago
context 0af5afe440 Move the proxy in the server package 5 years ago
example e964a3af2e Implement `docker logs --tal <N>` 5 years ago
scripts 1858367277 Add gotestsum 5 years ago
server 3d363643ad Implement simple ACI run 5 years ago
util 3bb4fe163c Add `docker context create` command 5 years ago
.dockerignore cbfcd5cf64 Add dockerignore 5 years ago
.gitignore fcc7582826 Remove non-project path 5 years ago
Dockerfile ba8c824436 Cleanup Makefiles 5 years ago
Makefile ba8c824436 Cleanup Makefiles 5 years ago
README.md ba8c824436 Cleanup Makefiles 5 years ago
builder.Makefile ba8c824436 Cleanup Makefiles 5 years ago
consts.go 5c04e31117 Add compose.proto 5 years ago
go.mod afca3e31b5 Implement exec command 5 years ago
go.sum afca3e31b5 Implement exec command 5 years ago
setup-dev.sh 5cbfa2778e Use github action to install protoc 5 years ago

README.md

Docker API

Actions Status

Dev Setup

Make sure you have Docker installed and running.

Building the project

$ make

If you make changes to the .proto files, make sure to make protos to generate go code.