Forum Discussion

matteusson's avatar
matteusson
New Contributor
2 years ago
Solved

No Project File Specified error when running a composite project in Docker container

Hello. I am trying to run a composite project in the ReadyAPI Docker container found here: https://hub.docker.com/r/smartbear/ready-api-soapui-testrunner I am using the newer SmartBear ID-based li...
  • matteusson's avatar
    2 years ago

    I got the syntax wrong and the quotes were throwing it off.

    Working version for anyone who encounters the same issue:


    docker run -v="projectPath\readyapi":/project -v="pathToReportsFolder":/reports -e SLM_LICENSE_SERVER="https://api.slm.manage.smartbear.com:443" -e API_KEY="myApiKey" -e COMMAND_LINE="'-cmyTestName' -r -a '-fpathToReportsFolder' -EenvironmentName -x='projectPassword' '/%project%/'" -it smartbear/ready-api-soapui-testrunner:latest