This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 350574a4c19 kie-tools-issues#3051: 
[sonataflow-management-console-image] SIGWINCH on terminal resize (#3052)
350574a4c19 is described below

commit 350574a4c195ce2a3123cc45921539ffc51a53f5
Author: Fabrizio Antonangeli <[email protected]>
AuthorDate: Wed Apr 9 15:28:04 2025 +0200

    kie-tools-issues#3051: [sonataflow-management-console-image] SIGWINCH on 
terminal resize (#3052)
---
 packages/sonataflow-management-console-image/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/sonataflow-management-console-image/README.md 
b/packages/sonataflow-management-console-image/README.md
index 6589d7a8f60..48f06c7d94f 100644
--- a/packages/sonataflow-management-console-image/README.md
+++ b/packages/sonataflow-management-console-image/README.md
@@ -88,7 +88,7 @@ This package contains the `Containerfile/Dockerfile` and 
scripts to build a cont
    1. Using a different Data Index Service.
 
       ```bash
-      docker run -t -p 8080:8080 -e 
SONATAFLOW_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT=<my_value> -i --rm 
docker.io/apache/incubator-kie-sonataflow-management-console:main
+      docker run -p 8080:8080 -e 
SONATAFLOW_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT=<my_value> -i --rm 
docker.io/apache/incubator-kie-sonataflow-management-console:main
       ```
 
       _NOTE: Replace `docker` with `podman` if necessary._
@@ -115,7 +115,7 @@ When building, set the 
`SONATAFLOW_MANAGEMENT_CONSOLE__port` environment variabl
    Replace `<HOST_IP_ADDRESS>` with the IP address of your host machine.
 
    ```bash
-   docker run --rm -it -p 8080:8080 \
+   docker run --rm -p 8080:8080 \
      -e SONATAFLOW_MANAGEMENT_CONSOLE_KOGITO_ENV_MODE='DEV' \
      -e 
SONATAFLOW_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT='http://<HOST_IP_ADDRESS>:4000/graphql'
 \
      docker.io/apache/incubator-kie-sonataflow-management-console:main
@@ -128,6 +128,8 @@ When building, set the 
`SONATAFLOW_MANAGEMENT_CONSOLE__port` environment variabl
     pnpm start
    ```
 
+   **Important Note:** Avoid using the `-it` option (interactive and TTY) with 
the docker run command, as it may cause the internal Apache HTTPD server to 
terminate with SIGWINCH during terminal resizing. For more details, refer to 
https://bz.apache.org/bugzilla/show_bug.cgi?id=50669
+
 ---
 
 Apache KIE (incubating) is an effort undergoing incubation at The Apache 
Software


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to