cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Add missing docker_args #33

Closed soderluk closed 4 years ago

soderluk commented 4 years ago
soderluk commented 4 years ago

We discussed with @joakimnordling about the plural form of docker_args and came to the conclusion after inspecting the actual CLI args: --docker-args foo=bar --docker-args bar=baz vs --docker-arg foo=bar --docker-arg bar=baz, that the singular form is clearer, and it complies with e.g. the component argument form.

soderluk commented 4 years ago

@joakimnordling: Readme updated

lietu commented 4 years ago

There's some inconsistency between --docker-arg=foo=bar and --docker-arg foo=bar in different bits of documentation - maybe better to use each form once on every example invocation or some such?