From 080fa0894f1b9e1da0a4f25f543496a19b33c191 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 10:07:13 -0500 Subject: [PATCH] Add note to docker container. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5d19f4..11ac363 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ docker build -t dot . docker run -it dot bash ``` +Note that some features may not work properly in the container, like system +clipboard integration with vim or certain font icons used in themes. Still, the +base configurations work, and using the container as a clean environment is +useful for testing things such as installation instructions for a personal +project. + ### Configurations #### Utilities