It looks like an operating system configuration issue. You are missing the "hostname" command.
To check if that is the case, please SSH to the container running TP and execute "hostname" in the shell.
To solve this issue, install "hostname" in your docker image. For example, add to your Dockerfile:
yum -y install hostname
or
apt install hostname
No comments:
Post a Comment