From d731db40364b2b12416f96ac28ed1e310ddc67e9 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Wed, 5 Apr 2023 08:02:42 -0400 Subject: [PATCH] Update Docker.md --- Documentation/Docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Docker.md b/Documentation/Docker.md index 2ef80673..4addb496 100644 --- a/Documentation/Docker.md +++ b/Documentation/Docker.md @@ -4,6 +4,9 @@ ...or just tell more friends. As long as I'm maintaining this software, it will remain **free** and **open source**. +### Disclaimer +The docker image is provided as-is. We hope it can be useful to you but it is not officially supported. + ### Setup In order to use the docker image, you'll need to provide it with a copy of the `AccountsSettings.json`, `Settings.json`, and `LibationContext.db` files. These files can usually be found in the Libation folder in your user's home directory. If you haven't run Libation yet, you'll need to launch it to generate these files and setup your accounts. Once you have them, copy these files to a new location, such as `/opt/libation/config`. Before using them we'll need to make a couple edits so that the filepaths referenced are correct when running from the docker image.