Sign inSign up

cgal/cgal-documentation-dockerfile

By cgal

•Updated about 11 years ago

Image
0

976

cgal/cgal-documentation-dockerfile repository overview

⁠cgal-doxygen-image

This Docker image can be used to build the documentation of CGAL.

It requires a single user mounted volume containing the CGAL tree to be used, /mnt/cgal.

Example Usage:

# Build or pull the image
docker build -t cgal-doxygen .
docker run -v /path/to/cgal:/mnt/cgal \
           cgal-doxygen

# Extract the created documentation
docker cp container_id:/cgal_build/doc_output /tmp/doc_output
# Extract the documentation testsuite
docker cp container_id:/cgal_build/doc_log /tmp/doc_log

Tag summary

Content type

Image

Digest

sha256:164d5004b…

Size

898.5 MB

Last updated

about 11 years ago

docker pull cgal/cgal-documentation-dockerfile