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

introduce docker stack config #3575

Closed
wants to merge 1 commit into from
Closed

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Apr 29, 2022

- What I did
Many user report interoperability issue trying to pipe docker compose config to docker stack deploy`` Unclear to me why they do so, as stack deploysupports merging multiple compose file and variable substitution... Anyway this PR introducesdocker stack config` to offer equivalent feature relying on stack's compose loader

- How I did it
load model the same way stack deploy does and marshal into yaml

- How to verify it
docker stack config --compose-file compose.yml

- Description for the changelog
introduce docker stack config command

- A picture of a cute animal (not mandatory but encouraged)
image

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof
Copy link
Contributor Author

ndeloof commented Apr 29, 2022

closing as a duplicate for (better) #3544

@ndeloof ndeloof closed this Apr 29, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant