1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 21:38:14 +03:00

Added multi-ach support to README.md

Removed hints to rpi3 tag since it is obsolete right now
This commit is contained in:
10 2021-01-25 22:10:43 +01:00
parent c528574736
commit 63c8cf07d1

View File

@ -2,7 +2,13 @@
Docker Containers for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) Backup. Docker Containers for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) Backup.
## Usage ## Usage
The default tag `latest` should be used for a x86-64 system. If you try to run the container on a raspberry pi 3 you should use the tag `rpi3`. Also make sure that your **bitwarden_rs container is named `bitwarden`** otherwise you have to replace the container name in the `--volumes-from` section of the `docker run` call. Since version v0.0.7 you can always use the `latest` tag, since the image is build with
multi-arch support. Of course you can always use the version tags `vx.y.z` to stick
to a specific version. Note however that there will be no security updates for the
alpine base image if you stick to a version.
Make sure that your **bitwarden_rs container is named `bitwarden`** otherwise
you have to replace the container name in the `--volumes-from` section of the `docker run` call.
### Automatic Backups ### Automatic Backups
A cron daemon is running inside the container and the container keeps running in background. A cron daemon is running inside the container and the container keeps running in background.