Failure port mapping with oraclelinux:8 image

Port mapping failure with oraclelinux image:8

Hey guys!

I’m running an oraclelinux:8 container that is running an elastic-agent where ports 8200 and 8220 are not accessible beyond the host.
The ports are mapped on the host and it is possible to see the requests arriving at them.
Docker rules were created in iptables mapping to the container ip correctly.

I believe that something needs to be done in Oraclelinux to allow requests to be received in the container.

Below is some information about the problem encountered:

Output commands

Connectivity test from local host

$ curl -k https://localhost:8220
404 page not found

I really appreciate any help possible!