Orchestrateur go pour lancer la démo et mettre en place plusieurs instances docker
This commit is contained in:
8
demo/orchestrator/go.mod
Normal file
8
demo/orchestrator/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user