From 14ec091cce29c01f2f178fe5cd74a4eb1016424d Mon Sep 17 00:00:00 2001 From: Yanik39 <12784047+Yanik39@users.noreply.github.com> Date: Sun, 2 Oct 2022 05:19:27 +0200 Subject: [PATCH] docs(site): added Dockerfile based on ubuntu related info (#2254) Please wait till example docker-compose-yml PR is merged. --- site/content/docs/Installation/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/docs/Installation/_index.md b/site/content/docs/Installation/_index.md index f7723bb7c..715024dd3 100644 --- a/site/content/docs/Installation/_index.md +++ b/site/content/docs/Installation/_index.md @@ -272,6 +272,10 @@ In order to run Kopia in a container, you must: * (optional) mount `/app/logs` directory in which Kopia will be writing logs * mount any data directory used for locally-attached repository * (optional, only when using `rclone` provider) mount `/app/rclone` directory in which RClone will look for `rclone.conf` file +* mount `/tmp` directory in which Kopia will be mounting snapshots + * Ex: `-v /mnt/kopia:tmp:shared` (must have `:shared` property, so mounts can be browsable by host system) +* (recommended) check tools/docker/docker-compose.yml for startup + * for nginx reverse proxy, use: `grpc_pass grpcs://container_ip:container_port` insted of `proxy_pass` Invocation of `kopia/kopia` in a container will be similar to the following example: