Skip to content

3.9-management image missing rabbitmq-diagnostics #539

Answered by tianon
raszkiewicz asked this question in Q&A
Discussion options

You must be logged in to vote

When you specify command as a single string like that, it's looking for a binary in the path that's literally the full string, including spaces, rabbitmq-diagnostics -q ping, so I'd suggest trying something like this instead:

              command:
                - rabbitmq-diagnostics
                - -q
                - ping

or:

              command: ['rabbitmq-diagnostics', '-q', 'ping']

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@raszkiewicz
Comment options

Answer selected by raszkiewicz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #538 on January 05, 2022 20:54.