Add hostname flag to Docker docs

Fixes #4380
This commit is contained in:
Louis Matthijssen
2023-06-22 17:03:29 +00:00
committed by Michael Eischer
parent 7fe830ee1e
commit dbe2eef80c
2 changed files with 9 additions and 1 deletions

View File

@@ -265,6 +265,10 @@ binary, you can get it with `docker pull` like this:
$ docker pull restic/restic
Restic relies on the hostname for various operations. Make sure to set a static
hostname using `--hostname` when creating a Docker container, otherwise Docker
will assign a random hostname each time.
From Source
***********