Parasoft Data Repository Server for SOAtest/Virtualize
4.7K
Maintained by: Parasoft
Where to get help: Parasoft Documentation, Parasoft Forums, or Parasoft Support and Technical Services
Parasoft Data Repository Server for SOAtest/Virtualize provides storage for hierarchical data used in API testing and service virtualization. Additionally, the Data Repository Server can be registered with Parasoft Continuous Testing Platform (CTP) to enable a web-based view of test data and graphical data modeling, generation, and masking features.
Start the Data Repository Server as a Docker daemon container.
$ docker run --name datarepo -p 2424:2424 --env USERNAME=admin --env PASSWORD=admin -d parasoft/datarepo
Start the Data Repository Server as a Docker daemon container and register with CTP.
$ docker run --name datarepo -p 2424:2424 --env USERNAME=admin --env PASSWORD=admin --env CTP_URL=http://ctp:8080 --env CTP_USERNAME=admin --env CTP_PASSWORD=admin -d parasoft/datarepo
Start the Data Repository Server as a Docker daemon container and register with CTP using an alias.
$ docker run --name datarepo -p 2424:2424 --env USERNAME=admin --env PASSWORD=admin --env CTP_URL=http://ctp:8080 --env CTP_USERNAME=admin --env CTP_PASSWORD=admin --env ALIAS=myServer -d parasoft/datarepo
Docker Desktop is not supported.
You need to view and agree to the Parasoft End User License Agreement (EULA) for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
sha256:4698cab12…
Size
256.7 MB
Last updated
almost 4 years ago
docker pull parasoft/datarepo