flink-table-store-101
flink-table-store-101 copied to clipboard
real-time-update-mysql-101-1 | [FATAL tini (7)] exec docker-entrypoint-wrapper.sh failed: No such file or directory
Hello, I have a problem about image startup。 Under flink-table-store-101/real-time-update,i run ‘docker compose build --no-cache && docker compose up -d --force-recreate’, After the command runs, i use docker compose logs -f track the loading progress, The log is shown below: ‘real-time-update-mysql-101-1 | [FATAL tini (7)] exec docker-entrypoint-wrapper.sh failed: No such file or directory’ Is there a problem somewhere?
Thank you!
Hi @jtao3212, thanks for reporting this issue. Could you mind providing the detailed log file, the docker version, and your os info?
遇到了同样的问题,docker版本是20.10.12,系统是Ubuntu 18.04.6 LTS。
问题定位在了 sh 脚本的编译执行方式,你可以检查一下。 #!/usr/bin/bash 换成 #!/bin/bash
如果还不行 就直接拉取我资源库修改好的 再试一下
爱在身边 @.***
------------------ 原始邮件 ------------------ 发件人: "LadyForest/flink-table-store-101" @.>; 发送时间: 2023年4月18日(星期二) 晚上8:54 @.>; @.@.>; 主题: Re: [LadyForest/flink-table-store-101] real-time-update-mysql-101-1 | [FATAL tini (7)] exec docker-entrypoint-wrapper.sh failed: No such file or directory (Issue #1)
遇到了同样的问题,docker版本是20.10.12,系统是Ubuntu 18.04.6 LTS。
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>