An open API service indexing awesome lists of open source software.

https://github.com/pblischak/boost-docker-test

Test program for compiling/linking with the Boost C++ Libraries to create a Docker image
https://github.com/pblischak/boost-docker-test

boost cpp docker-image dockerfile

Last synced: about 2 months ago
JSON representation

Test program for compiling/linking with the Boost C++ Libraries to create a Docker image

Awesome Lists containing this project

README

        

## Creates a Docker image with a C++ program that links to the Boost C++ libraries

The resulting image is on Docker Hub: pblischak/boost-test.

Pull it within a Docker Quickstart Terminal

```
docker pull pblischak/boost-test
```

Then run it using `docker run`:

```
docker run -it pblischak/boost-test
```

This puts you in a bash environment where the `BoostTest` executable is available. Try running:

```
BoostTest -h
BoostTest -v 1234
```