mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
add a logo and spice up the top part of the readme
This commit is contained in:
parent
7db0aed2a5
commit
bac518a441
1 changed files with 25 additions and 8 deletions
33
README.md
33
README.md
|
|
@ -1,12 +1,29 @@
|
||||||
# Watchtower
|
<p align="center">
|
||||||
|
<img src="https://0x12b.com/watchtower-logo.png" width="450" height="450"/>
|
||||||
|
</p>
|
||||||
|
<h1 align="center">
|
||||||
|
Watchtower
|
||||||
|
</h1>
|
||||||
|
|
||||||
[](https://circleci.com/gh/containrrr/watchtower)
|
<p align="center">
|
||||||
[](https://godoc.org/github.com/containrrr/watchtower)
|
A process for automating Docker container base image updates.
|
||||||
[](https://microbadger.com/images/containrrr/watchtower "Get your own image badge on microbadger.com")
|
<br/><br/>
|
||||||
[](https://goreportcard.com/report/github.com/containrrr/watchtower)
|
<a href="https://circleci.com/gh/containrrr/watchtower">
|
||||||
[](https://houndci.com)
|
<img alt="Circle CI" src="https://circleci.com/gh/containrrr/watchtower.svg?style=shield" />
|
||||||
|
</a>
|
||||||
A process for watching your Docker containers and automatically restarting them whenever their base image is refreshed.
|
<a href="https://godoc.org/github.com/containrrr/watchtower">
|
||||||
|
<img alt="GoDoc" src="https://godoc.org/github.com/containrrr/watchtower?status.svg" />
|
||||||
|
</a>
|
||||||
|
<a href="https://microbadger.com/images/containrrr/watchtower">
|
||||||
|
<img alt="Microbadger" src="https://images.microbadger.com/badges/image/containrrr/watchtower.svg" />
|
||||||
|
</a>
|
||||||
|
<a href="https://goreportcard.com/report/github.com/containrrr/watchtower">
|
||||||
|
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/containrrr/watchtower" />
|
||||||
|
</a>
|
||||||
|
<a href="https://houndci.com">
|
||||||
|
<img alt="Hound CI" src="https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue