Replies: 2 comments 2 replies
-
I am confused how this feature was not implemented on release. |
Beta Was this translation helpful? Give feedback.
2 replies
-
linking back to the open PR for this feature in case it bumps it up the queue implementing it is fairly simple (there's already an EntryPointArgs in the DockerCreate wrapper, it's just not populated from yaml) |
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
-
Hey, I haven't found any suitable solution for passing arguments to service container.
For example I would like to use
trufflesuite/ganache:latest
image as job's service container with--wallet.deterministic
option.Unfortunately there is no such thing as
jobs.<job_id>.services.<service_id>.command
option to achieve that:In
docker-compose.yml
file I can usecommand
to pass arguments:Are you planning to add this feature?
Beta Was this translation helpful? Give feedback.
All reactions