docker-boost icon indicating copy to clipboard operation
docker-boost copied to clipboard

Docker images for Boost's C++ libraries

docker-boost Build Status

Dockerfile that setups Ubuntu bionic with Boost libraries (header only). The C++ Boost libraries are installed under /usr/include/boost/.

Build

To build the image with Boost version 1.67.0

./build-docker.sh 1.67.0

Run

To run the above built image

./run-docker.sh 1.67.0

Docker Images

To use the docker image, run

docker run -it zouzias/boost:1.67.0 bash

Boost versions

Most boost versions are released, see file boost-versions.txt for a complete list.