Ubuntu Bionic with C++ boost libraries installed. Tags correspond to Boost library version number.
10K+
Dockerfile that setups Ubuntu Bionic with Boost libraries installed. The C++ Boost libraries (header only) are installed under /usr/include/boost/.
To build the image with Boost version 1.67.0
./build-docker.sh 1.67.0
To run the above built image
./run-docker.sh 1.67.0
To use the docker image (say version 1.67.0), run
docker run -it zouzias/boost:1.67.0 bash
Most boost versions are released, see file boost-versions.txt for a complete list.
Content type
Image
Digest
Size
423.1 MB
Last updated
over 5 years ago
docker pull zouzias/boost