How to add a custom project-specific prefix to EdgeX Foundry generated Docker services? #360
Unanswered
MarcManhart
asked this question in
Q&A
Replies: 1 comment
-
|
@MarcManhart I think it's not support yet right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working with EdgeX Foundry and using the Compose File Generator to set up my Docker containers. By default, the service names generated by the generator (like core-command, core-data, etc.) are quite generic. I'd like to add my own custom project-specific prefix (e.g., myname-) to these service names, so that the containers would be named something like myname-edgex-core-command, instead of just core-command.
Is there an option or method to configure the generator to automatically prepend a custom prefix to the generated service names?
Beta Was this translation helpful? Give feedback.
All reactions