You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by NadeeshDilanga <gi...@git.apache.org> on 2016/08/14 22:22:10 UTC

[GitHub] incubator-taverna-common-activities issue #19: Docker activity health check

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---