Orchestrateur go pour lancer la démo et mettre en place plusieurs instances docker

This commit is contained in:
2026-04-23 17:44:25 +02:00
parent 83ac67471e
commit dda27e55fc
13 changed files with 1111 additions and 0 deletions

8
demo/orchestrator/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/loremind/demo-orchestrator
go 1.22
require (
github.com/docker/docker v27.3.1+incompatible
github.com/google/uuid v1.6.0
)