Skip to content

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

License

Notifications You must be signed in to change notification settings

pblischak/boost-docker-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published