Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Docker Compose #72

Open
Zarquan opened this issue May 28, 2024 · 0 comments
Open

Add support for Docker Compose #72

Zarquan opened this issue May 28, 2024 · 0 comments

Comments

@Zarquan
Copy link
Member

Zarquan commented May 28, 2024

Adding Docker Compose executables would provide support for multi-container deployments (e.g. an application and database sidecar).

executable:
- type: "https://..../docker-compose"
  spec:
    file: "https://github.com/.../compose.yaml"
    ....

The compose file would contain details of the application and database sidecar, along with the internal filesystem and network connecting them. This would provide access to all of the Docker Compose tools for orchestrating inter-container filesystem and networking, without us having to re-invent any wheels.

Platforms that don't support Docker Compose executables simply reply NO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant