Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the question (dgkanatsios#68)
Based on my understanding of the "default" command, it's the one that is set under "ENTRYPOINT" section of the container image. So, when you want to run that container with its default command, we should not override that default command while creating the container from that image. But here, when we use "-- perl ..." in either create job or run job commands, it would override the default command of the job and does not just update the "args" of the default command. I hope this makes sense. Otherwise, feel free to reject the pull request.
- Loading branch information