Re: [Dev] [GSoC Dockerfiles] Add ability to silently run docker image

2016-06-20 Thread Abhishek Tiwari
Hi Chamila,

That's a neat idea as well, I will incorporate this in the current
implementation.

Thanks,
Abhishek

On Mon, Jun 20, 2016 at 6:12 AM, Chamila De Alwis  wrote:

>
> On Mon, Jun 20, 2016 at 1:17 PM, Abhishek Tiwari <
> abhishek.tiwari0...@gmail.com> wrote:
>
>> It would be nice to have the ability to silent the questioning so that
>> the test scripts can continue without having to pause for the input.
>
>
> Alternatively you could try an expect script to automatically input values
> when prompted.
>
>
> Regards,
> Chamila de Alwis
> Committer and PMC Member - Apache Stratos
> Software Engineer | WSO2 | +94772207163
> Blog: code.chamiladealwis.com
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC Dockerfiles] Add ability to silently run docker image

2016-06-20 Thread Chamila De Alwis
On Mon, Jun 20, 2016 at 1:17 PM, Abhishek Tiwari <
abhishek.tiwari0...@gmail.com> wrote:

> It would be nice to have the ability to silent the questioning so that the
> test scripts can continue without having to pause for the input.


Alternatively you could try an expect script to automatically input values
when prompted.


Regards,
Chamila de Alwis
Committer and PMC Member - Apache Stratos
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC Dockerfiles] Add ability to silently run docker image

2016-06-20 Thread Abhishek Tiwari
Hi All,

Currently, running wso2 product images with just default profile, asks the
user if they wish to connect to the running container. It would be nice to
have the ability to silent the questioning so that the test scripts can
continue without having to pause for the input.

This requirement originates from Dockerfiles test framework. I have the
feature implemented, would like someone to review and merge the PR [1].
Thanks,
Abhishek

[1]. https://github.com/wso2/dockerfiles/pull/53
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev