nats-box icon indicating copy to clipboard operation
nats-box copied to clipboard

change extrypoint to cmd

Open steevehook opened this issue 1 year ago • 2 comments

This PR leaves everything exactly the same except it allows for command override

steevehook avatar Jul 18 '22 09:07 steevehook

I think this might be fine to include but need to double check that it may not break other areas like the Helm charts, there is also docker run --entrypoint that might help in the mean time.

wallyqs avatar Jul 18 '22 18:07 wallyqs

It won't break anything it will acts as ENTRYPOINT except people now can overwrite the command without specifying entrypoint. This is especially useful when execing on already running containers

steevehook avatar Jul 18 '22 21:07 steevehook