orlangure/gnomock

New Option: Entrypoint

brurucy opened this issue · 1 comments

It quite often occurs that you may want to change the ENTRYPOINT of an image.

A classic use-case is in encasing the original endpoint into sh -c as an argument, to run other commands before the original entrypoint.

I implemented that on #711

Done via #711