Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

westonsteimel/docker-quantlib

Repository files navigation

QuantLib in Docker

Dockerized environment with QuantLib based on Alpine Linux.

Pull command

docker pull westonsteimel/quantlib

Usage notes

The following command will execute the quantlib-test-suite within the container:

docker run --rm -it --cap-drop all -e BOOST_TEST_LOG_LEVEL=message westonsteimel/quantlib quantlib-test-suite

Everything within the container executes as the non-root quantlib user by default.