Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 637 Bytes

This Docker image runs the Linux-Bench tests from Serve The Home (http://www.servethehome.com/)

Results are hosted at: http://linux-bench.com/

To run:

Make sure Docker is installed:
http://docs.docker.io/installation/#installation

Quick instructions: CentOS (requires EPEL)
$ sudo yum install docker-io

Ubuntu
$ sudo apt-get update
$ sudo apt-get install docker.io
$ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker

To run the benchmark, we pull the latest copy and then pass a directory to store results.


docker pull chuckleb/sthbench  
docker run -v `pwd`:/data chuckleb/sthbench