Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

Docker.md

File metadata and controls

16 lines (12 loc) · 408 Bytes

Docker

For your convenience we provide a docker image with all the necessary libraries and a precompiled PipeFabric. This Dockerfile is based on Dan Liew cxxdev image. Simply download the Dockerfile and run

docker build -t pfdev .

After some time needed to fetch all packages, building Boost, CMake, ZMQ, and PipeFabric you can start working with

docker run -i -t pfdev /bin/bash