Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.11 KB

This folder contains a Docker image that can used to compile the Pulsar C++ client library and website in a reproducible environment.

docker build -t pulsar-build .

The image is already available at https://hub.docker.com/r/apachepulsar/pulsar-build

Example: apachepulsar/pulsar-build:ubuntu-16.04