From 43a3a30ec66e54456aeb5c289ebd20cbf59cd184 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 4 Feb 2022 18:19:47 -0800 Subject: [PATCH] Updated Docker usage instructions (markdown) --- Docker-usage-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 5e1ab40..3f79368 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -68,6 +68,10 @@ Please refer to the Docker documentation for more information: * [Docker run - Set environment variables](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file) +### Permission issues with Linux hosts + +When bounding volumes between the container and the host, files mirrored from the Docker container will be owned by the Docker user (in most setups this is `root`). Please refer to this [issue comment](https://github.com/Tyrrrz/DiscordChatExporter/issues/800#issuecomment-1030471970) for instructions on how to override this behavior. + ### Build Docker images for arm on Raspberry Pi If you use the Docker image on arm (for example Raspberry Pi), you'd build the image as below.