Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Mar 11, 2021
1 parent 2b96ce7 commit ef8a899
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
docker-backup
=============

[![Latest Release](https://img.shields.io/github/release/muesli/docker-backup.svg)](https://github.com/muesli/docker-backup/releases)
[![Build Status](https://github.com/muesli/docker-backup/workflows/build/badge.svg)](https://github.com/muesli/docker-backup/actions)
[![Go ReportCard](http://goreportcard.com/badge/muesli/docker-backup)](http://goreportcard.com/report/muesli/docker-backup)
[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/muesli/docker-backup)

A tool to create & restore complete, self-contained backups of Docker containers

# What's the issue
Expand Down Expand Up @@ -91,9 +96,3 @@ If you want to start the container once the restore has finished, add the
`--start` flag:

docker-backup restore --start <backup file>

## Development

[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/muesli/docker-backup)
[![Build Status](https://travis-ci.org/muesli/docker-backup.svg?branch=master)](https://travis-ci.org/muesli/docker-backup)
[![Go ReportCard](http://goreportcard.com/badge/muesli/docker-backup)](http://goreportcard.com/report/muesli/docker-backup)

0 comments on commit ef8a899

Please sign in to comment.