Hi Guys,
I am trying to launch one httpd container, but It shows me the below error.
$ docker run -it --name web1 httpd:latest
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message [Mon May 04 19:31:24.452104 2020] [mpm_event:notice] [pid 1:tid 140087193076864] AH00489: Apache/2.4.43 (Unix) configured -- resuming normal operations [Mon May 04 19:31:24.452376 2020] [core:notice] [pid 1:tid 140087193076864] AH00094: Command line: 'httpd -D FOREGROUND' [Mon May 04 19:31:24.512748 2020] [mpm_event:notice] [pid 1:tid 140087193076864] AH00492: caught SIGWINCH, shutting down gracefully
How can I solve this error?