Github user NadeeshDilanga commented on the issue:
https://github.com/apache/incubator-taverna-common-activities/pull/19
The create container validation will check whether the input data for
container creation meets the necessities of docker only. (i.e there cannot be
same name container already in running mode.)
It does not actually create a container. And in my personal opinion, we
should not do that. Because here we are only suppose to validate. Plus, create
container is a heavy task and it is mostly depends on how weight your image is.
If it is too heavy, it takes lot time to start.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---