Define and run multi-container applications with Docker
Go to file
Djordje Lukic 0584ff7dfa
Merge pull request #39 from docker/chore-clean-makefile
Cleanup Makefiles
2020-05-05 10:13:36 +02:00
.github/workflows Only install required go dependencies 2020-04-30 17:47:28 +02:00
azure Implement `docker logs --tal <N>` 2020-05-04 16:38:02 +02:00
backend Add "goimports" 2020-05-04 11:30:21 +02:00
cli Implement `docker logs --tal <N>` 2020-05-04 16:38:02 +02:00
client Invert the logic to preserve the happy path 2020-05-04 11:30:21 +02:00
compose Move config initialization closer to the beginning 2020-05-04 11:35:11 +02:00
containers Implement `docker logs --tal <N>` 2020-05-04 16:38:02 +02:00
context Move the proxy in the server package 2020-04-30 12:20:04 +02:00
example Implement `docker logs --tal <N>` 2020-05-04 16:38:02 +02:00
scripts/setup Add gotestsum 2020-04-30 17:48:34 +02:00
server Implement simple ACI run 2020-05-04 11:35:11 +02:00
util Add `docker context create` command 2020-04-26 19:42:20 +02:00
.dockerignore Add dockerignore 2020-04-24 15:03:46 +02:00
.gitignore Remove non-project path 2020-04-24 14:04:27 +02:00
Dockerfile Cleanup Makefiles 2020-05-05 10:07:11 +02:00
Makefile Cleanup Makefiles 2020-05-05 10:07:11 +02:00
README.md Cleanup Makefiles 2020-05-05 10:07:11 +02:00
builder.Makefile Cleanup Makefiles 2020-05-05 10:07:11 +02:00
consts.go Add compose.proto 2020-04-27 16:04:30 +02:00
go.mod Implement exec command 2020-05-04 12:43:32 +02:00
go.sum Implement exec command 2020-05-04 12:43:32 +02:00
setup-dev.sh Use github action to install protoc 2020-04-30 17:45:48 +02:00

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.