Add ghcr comment in README

pull/47/head
Jarek Lipski 2021-08-07 17:08:48 +02:00
rodzic faa7828a26
commit 124377e8f6
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ For example:
will archive volume named `some_volume` to `some_archive.tar.bz2` archive file.
*Note*: `--log-driver none` option is necessary to avoid storing an entire backup in a temporary stdout JSON file. More info in [Docker logging documentation](https://docs.docker.com/config/containers/logging/configure/) and in [this issue](https://github.com/loomchild/volume-backup/issues/39).
**Note**: `--log-driver none` option is necessary to avoid storing an entire backup in a temporary stdout JSON file. More info in [Docker logging documentation](https://docs.docker.com/config/containers/logging/configure/) and in [this issue](https://github.com/loomchild/volume-backup/issues/39).
**WARNING**: This method should not be used under PowerShell on Windows as no usable backup will be generated.
@ -92,6 +92,11 @@ For example:
```
docker pull loomchild/volume-backup
```
Alternatively volume-backup is also available from ghcr.io (GitHub container registry), to avoid DockerHub usage limits:
```
docker pull ghcr.io/loomchild/volume-backup
```
**Note**: you'll need to use ghcr.io/loomchild/volume-backup instead of just loomchild/volume-backup when running the utility.
1. Find all containers using a volume (to stop them before backing-up)
```