From a1ae4c427685b8248e0b296d130ce70068e4c4fc Mon Sep 17 00:00:00 2001 From: FlyingFathead Date: Thu, 10 Oct 2024 17:07:32 +0300 Subject: [PATCH] `v0.154` - `headless` mode option --- DOCKER_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER_SETUP.md b/DOCKER_SETUP.md index 80579b8..fef90d9 100644 --- a/DOCKER_SETUP.md +++ b/DOCKER_SETUP.md @@ -65,7 +65,7 @@ If you're missing the GUI part in your Dockerized setup guide, the section on Do Here’s a quick update you could make to include the GUI setup: -### 🖥️ **Running the GUI Applications (OpenCV GUI)** +### 🖥️ **Running the Application With GUI (OpenCV GUI)** To display OpenCV GUI windows from within the Docker container, you will need to configure X11 forwarding or use a tool like **x11docker** to handle GUI applications securely. Here's how to set it up: