From 7871e987ca23a0967e2ac3382f21f6507cb8e2b6 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Fri, 22 Jan 2016 16:44:52 -0300 Subject: [PATCH] Add build status badge Signed-off-by: Marcos Lilljedahl --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99965808..8e505f4d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://jenkins.dockerproject.org/buildStatus/icon?job=runc Master)](https://jenkins.dockerproject.org/job/runc Master) + ## runc `runc` is a CLI tool for spawning and running containers according to the OCF specification.