Tomcat starts but Home Page does NOT open on browser with URL http://localhost:8888

I started tomcat’s container with command docker run -it --rm -p 8888:8080 tomcat:9.0.
Tomcat was start, but home page not available. i got 404 with message The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
What’s problem?

Hello olegmaksimov,

You are seeing this error because there are no webapps loaded by default.

https://hub.docker.com/_/tomcat?tab=description&page=1&name=8-jre8

Best Regards,
Fouscou B.