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

Latest commit

 

History

History
12 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 479 Bytes

QuantLib with python in Docker

Dockerized environment with QuantLib and python based on Alpine Linux.

Pull command

docker pull westonsteimel/quantlib-python

Usage notes

The following will launch an interactive python interpreter within the dcker container:

docker run --rm -it --cap-drop all westonsteimel/quantlib-python python

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