Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwheelans committed Nov 16, 2023
1 parent 1d94342 commit 9596cdf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Salvage
[![License](https://img.shields.io/github/license/kwheelans/salvage?color=blue)](./LICENSE)
[![latest version](https://img.shields.io/github/v/tag/kwheelans/salvage?label=version)](https://github.com/kwheelans/salvage/releases)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/kwheelans/salvage/latest?logo=docker)


A docker container utility to schedule archiving container volumes.

Expand All @@ -25,7 +27,7 @@ docker run -d \

#### Docker Compose
```yaml
version: "3"
version: "3.8"
services:
salvage:
container_name: salvage
Expand Down Expand Up @@ -57,7 +59,7 @@ volumes:

## Container Registries

| Container Registry | Image | |
|---------------------------|-------------------------------------------------------------------|---|
| Docker Hub | [kwheelans/salvage](https://hub.docker.com/r/kwheelans/salvage) | |
| GitHub Container Registry | [ghcr.io/kwheelans/salvage](https://github.com/kwheelans/salvage) | |
| Container Registry | Image |
|---------------------------|-------------------------------------------------------------------|
| Docker Hub | [kwheelans/salvage](https://hub.docker.com/r/kwheelans/salvage) |
| GitHub Container Registry | [ghcr.io/kwheelans/salvage](https://github.com/kwheelans/salvage) |

0 comments on commit 9596cdf

Please sign in to comment.