/pin-bootstrap

This is a docker container for bootstrapping PIN Intel Instrumentation Tool

Primary LanguageC++MIT LicenseMIT

Pin Environment

Usage

Running the container with a mounted volume on current folder:

$ docker build -t pin github.com/moraispgsi/pin-bootstrap && docker run --rm -it -v "$(pwd):/usr/src/my-app" pin bash

Its recommended to use only the src folder

$ cd src