diff --git a/docs/flm_npu_linux.html b/docs/flm_npu_linux.html
index bad8fedac..b710c26cd 100644
--- a/docs/flm_npu_linux.html
+++ b/docs/flm_npu_linux.html
@@ -56,6 +56,14 @@
Background
NOTE: This is a beta feature right now, and to use it you will need to
run lemonade-server with the environment variable
LEMONADE_FLM_LINUX_BETA=1 set.
+
+ DOCKER USERS: The beta currently uses `which` to locate your flm binary.
+ If you do not have which in your docker, it will fail to pull models with
+ an error stating FLM cannot be installed automatically on linux.
+
+ Additionally, if you volume-mount your container so that `~/.cache/lemonade/hardware_info.json`
+ is saved between machine docker builds, you will need to delete the file on your host
+ so that it will rebuild a new one. This can prevent the FLM beta flag from being recognized.