PhysarumSM / service-registry

Apache License 2.0
0 stars 0 forks source link

Use existing proxy binary or custom command to run proxy #19

Closed hivanco closed 4 years ago

hivanco commented 4 years ago

Support auto building an image using the users' existing proxy binary. Also support building the image using a specified command for running the proxy in the auto generated dockerfile.

hivanco commented 4 years ago

Added flags under add command: --custom-proxy <proxy binary> will create image using given proxy binary --proxy-cmd <command> will use given command in generated dockerfile for running proxy

t-lin commented 4 years ago

Thanks for these new flags!