Service Virtualization

Expand all | Collapse all

Can somebody elaborate how to run a devtest test through docker container … when the test repo is github? Has anybody tried passing repo paths to devtest docker containers ?

  • 1.  Can somebody elaborate how to run a devtest test through docker container … when the test repo is github? Has anybody tried passing repo paths to devtest docker containers ?

    Posted Nov 04, 2016 01:38 PM

    Can somebody elaborate how to run a devtest test through docker container … when the test repo is github? Has anybody tried passing repo paths to devtest docker containers ?



  • 2.  Re: Can somebody elaborate how to run a devtest test through docker container … when the test repo is github? Has anybody tried passing repo paths to devtest docker containers ?
    Best Answer

    Posted Nov 08, 2016 10:18 PM

    I figured out the solution we need to use -v option with docker to mount local drives to docker container and map project folder there.



  • 3.  Re: Can somebody elaborate how to run a devtest test through docker container … when the test repo is github? Has anybody tried passing repo paths to devtest docker containers ?

    Posted Apr 25, 2017 08:57 AM

    Can you share any other tips on using Docker, looks like the documentation is incorrect or has some typos i see a -P in the doc to start the enterprise dashboard that needs to be removed do you put the -v in each container?