cpputest: cpputest docker container with cmake and build tools included.
To create the image xanderhendriks/cpputest, execute the following command in the
docker-cpputest folder:
docker build -t xanderhendriks/cpputest .
You can now tag the repo and push the changes to the docker hub:
docker build -t xanderhendriks/cpputest:1.0 .
docker push xanderhendriks/cpputest:1.0
$ docker pull xanderhendriks/cpputest
$ docker run -it --name cpputest \
-v c:\GIT\repo:/workspace \
xanderhendriks/cpputest
Content type
Image
Digest
sha256:af290e3ee…
Size
186.5 MB
Last updated
about 2 years ago
docker pull xanderhendriks/cpputest:1.0Pulls:
2
Last week