I'm trying to build a docker container which uses docker 7.07.1591052018. For the base OS, I have been using centOS. I am finding that on both centOS 6 & 7, when I run the install, the installer seems to hang on this command, which appears to launch vhttpd
"$BinDir/vhttpd" -d "$ServerRoot"
I tried omitting this line from the installer, and the install completes. But when I do this, vortex scripts do not execute correctly. If I try to manually run vhttpd after the install, the command hangs forever.
My preference is to get this working on centos 6/7, as this matches prod machines. For the sake of experimenting, I also tried installing on centos 8. On centOS 8, the install completes, but texis still does not function correctly. A simply fetch command will timeout. I am able to run a ping from the machine to the target domain, and reach it so I don't think it is a connectivity issue.
I have also tested by downgrading to texis 7.06, and that installs and runs properly. So I seem to be at an impasse with how to get 7.07 to install via dockerfile. Are there any known issues with texis 7.07 and centos, or with docker?
"$BinDir/vhttpd" -d "$ServerRoot"
I tried omitting this line from the installer, and the install completes. But when I do this, vortex scripts do not execute correctly. If I try to manually run vhttpd after the install, the command hangs forever.
My preference is to get this working on centos 6/7, as this matches prod machines. For the sake of experimenting, I also tried installing on centos 8. On centOS 8, the install completes, but texis still does not function correctly. A simply fetch command will timeout. I am able to run a ping from the machine to the target domain, and reach it so I don't think it is a connectivity issue.
I have also tested by downgrading to texis 7.06, and that installs and runs properly. So I seem to be at an impasse with how to get 7.07 to install via dockerfile. Are there any known issues with texis 7.07 and centos, or with docker?