Difference with original Kopia Docker Container is this is based on ubuntu:jammy and fuse3 is installed. So KopiaUI can mount snapshots and we can browse KopiaUI mounted folders from the host system.
location / {
grpc_pass grpcs://container_ip:51515;
}
A volume should be mounted with property :shared to the /tmp folder of the kopia container.
-v /mnt/kopia:/tmp:shared
So KopiaUI mounts would be browsable at /mnt/kopia/
Please also check docker-compose.yml file.
Content type
Image
Digest
sha256:7bb87dec1…
Size
59.8 MB
Last updated
over 2 years ago
docker pull yanik39/kopia-ubuntu