It's good, I've resolved the Docker issue.
And I've executed this command, and everything is fine; it doesn't return any errors:
**sudo docker run --rm --init --publish 8080:8080 \5b3b1847374e**
Emulae Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
{"log.level":"info","@timestamp":"2023-11-08T13:09:14.322Z","process":{"pid":8},"host":{"hostname":"b1e90f67b0e4"},"log":{"logger":"Elastic Maps Server"},"created":1699448954274,"started":1699448954314,"host":"b1e90f67b0e4","port":8080,"protocol":"http","id":"b1e90f67b0e4:8:lops11gi","uri":"http://b1e90f67b0e4:8080","address":"10.88.0.20","ecs":{"version":"1.6.0"},"message":"server started"}
{"log.level":"info","@timestamp":"2023-11-08T13:10:56.340Z","process":{"pid":8},"host":{"hostname":"b1e90f67b0e4"},"log":{"logger":"Elastic Maps Server"},"req":{"id":"1699449056319:b1e90f67b0e4:8:lops11gi:10000","method":"get","url":"/","headers":{"host":"10.88.0.20:8080","user-agent":"curl/7.61.1","accept":"*/*"},"remoteAddress":"10.88.0.1","remotePort":58060},"responseTime":21,"ecs":{"version":"1.6.0"},"req":{"id":"1699449056319:b1e90f67b0e4:8:lops11gi:10000","method":"get","url":"/","headers":{"host":"10.88.0.20:8080","user-agent":"curl/7.61.1","accept":"*/*"},"remoteAddress":"10.88.0.1","remotePort":58060},"res":{"statusCode":200,"headers":{"content-length":511,"content-type":"text/html; charset=utf-8","last-modified":"Fri, 02 Jun 2023 09:52:42 GMT","etag":"\"3748990f2f14d021bff2a2794ceca479a5e18b77\"","vary":"origin","access-control-expose-headers":"WWW-Authenticate,Server-Authorization","cache-control":"no-cache","accept-ranges":"bytes"}},"message":"request completed"}
But I'm not sure how to access the map. Is it through the Kibana dashboard interface, or using which address IP?
Thank you