(Note: this image is large, ~10 GB.)
To run the image:
docker run -it --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw mitchellgerrard/alpaca
The --privileged flag and cgroup configuration is necessary to properly run an underlying tool---BenchExec---that uses its own containerization.
Inside the running container, you can run ALPACA on C files via the alpaca command, for example:
cd /alpaca/examples
alpaca -p cpaSeq demo.c
To see the full list of options, run alpaca -h
Content type
Image
Digest
Size
4.7 GB
Last updated
about 7 years ago
docker pull mitchellgerrard/alpaca