Hi Guys,
Good Morning! I am new to Docker. I have been able to deploy containers in our organization and that seem to be working fine. We run Linux based container ( Centos 8 ). The issue that we are facing is that we do run a logger process inside container and that logger process forks a child process to run parallel logger process. But as soon as its forked it becomes Defunct / Zombie while its parent process keep running.
I tried running init process inside container but that also didn’t help.
Also, I did download amd64/rockylinux 8.9 images from docker hub , run the container using this image and installed some pkgs inside the container which are necessary for our processes to run. So, I don’t have Dockerfile.