This Docker container image has both Parasoft C/C++test Professional and Parasoft C/C++test Standard tools installed
under /opt/parasoft/ folder inside the container:
- /opt/parasoft/cpptestpro/cpptest/ (Professional)
- /opt/parasoft/cpptest/ (Standard)
git clone https://github.com/pama-labs/cpptest-docker
cd cpptest-docker/
docker build -t cpptest-pama .
docker run -it --rm cpptest-pama bash
ls -l /opt/parasoft/