Dockerfile that setups Ubuntu with Boost library installed. It installs the C++ Boost libraries (header only) under /usr/include/boost/.
To build the image with Boost version 1.65.1
./build-docker.sh 1.65.1To run the above built image
./run-docker.sh 1.65.1To use the docker image (say version 1.65.0), run
docker run -it zouzias/boost:1.65.0 bash
Most boost versions are released, see file boost-versions.txt for a complete list.