fabric-test icon indicating copy to clipboard operation
fabric-test copied to clipboard

Replace Docker-Compose With Official Docker SDK

Open lindluni opened this issue 4 years ago • 0 comments

When launching networks using the Operator tool, we use the ytt templating engine to create Docker Compose files. When the -a up flag is passed to the operator command, we directly call the docker-compose cli. Instead we should replace this functionality with the Docker SDK: https://docs.docker.com/engine/api/sdk/

lindluni avatar Jan 10 '21 18:01 lindluni