zouzias / docker-boost

Docker images for Boost's C++ libraries

Home Page:https://hub.docker.com/r/zouzias/boost/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker images for Boost's C++ libraries

https://hub.docker.com/r/zouzias/boost/

License:Apache License 2.0


Languages

Language:Shell 63.9%Language:Dockerfile 36.1%