From f8bdb91604e4d0f7fd0fd07b9b17b97242f1ce43 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Thu, 24 Jan 2019 11:29:57 +0800 Subject: [PATCH] Add *Build Status* and *Docker Pulls* --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73dbf3b5..360ca0d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RancherOS +[![Build Status](https://drone8.rancher.io/api/badges/rancher/os/status.svg?branch=master)](https://drone8.rancher.io/rancher/os) +[![Docker Pulls](https://img.shields.io/docker/pulls/rancher/os.svg)](https://store.docker.com/community/images/rancher/os) [![Go Report Card](https://goreportcard.com/badge/github.com/rancher/os)](https://goreportcard.com/badge/github.com/rancher/os) The smallest, easiest way to run Docker in production at scale. Everything in RancherOS is a container managed by Docker. This includes system services such as udev and rsyslog. RancherOS includes only the bare minimum amount of software needed to run Docker. This keeps the binary download of RancherOS very small. Everything else can be pulled in dynamically through Docker.