Skaronator / docker-zrepl

Simple, lightweight and secure container image for zrepl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zrepl Docker Container Image

One-stop ZFS backup & replication solution

https://github.com/zrepl/zrepl

Usage

The usage of this container image is pretty straightforward. It's basically just zrepl as a container image.

You need to mount your zrepl config at /etc/zrepl/zrepl.yml.

docker run -v $PWD/zrepl.yml:/etc/zrepl/zrepl.yml:ro ghcr.io/skaronator/zrepl-dl -d --privileged

Information about the zrepl.yml config file can be found in the offical documentation: https://zrepl.github.io/configuration.html

About

Simple, lightweight and secure container image for zrepl

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%