Updated Docker usage instructions (markdown)

Oleksii Holub
2022-02-04 18:19:47 -08:00
parent 069df1dc3e
commit 43a3a30ec6

@@ -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.