You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
lindluni
changed the title
Use Docker SDK
Replace Docker-Compose With Official Docker SDK
Jan 10, 2021
When launching networks using the
Operator
tool, we use theytt
templating engine to create Docker Compose files. When the-a up
flag is passed to theoperator
command, we directly call thedocker-compose
cli. Instead we should replace this functionality with the Docker SDK: https://docs.docker.com/engine/api/sdk/The text was updated successfully, but these errors were encountered: