Define and run multi-container applications with Docker
Go to file
Djordje Lukic 6feedaf939 Use go modules on build 2020-05-05 10:27:44 +02:00
.github/workflows Only install required go dependencies 2020-04-30 17:47:28 +02:00
azure Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
backend Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
cli Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
client Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
compose Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
containers Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
context Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
example Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
scripts/setup Add gotestsum 2020-04-30 17:48:34 +02:00
server Add comments on exported items, remove example command 2020-05-05 10:27:44 +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
.golangci.yml Add comments on exported items, remove example command 2020-05-05 10:27:44 +02:00
Dockerfile Use go modules on build 2020-05-05 10:27:44 +02:00
Makefile Add comments on exported items, remove example command 2020-05-05 10:27:44 +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
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.