Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# Linux-Bench-Docker
Linux-Bench Docker version

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

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

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/logs, the default is current directory.
<pre><code>
docker run -v `pwd`:/data linuxbench/linux-bench-docker
</code></pre>