从doc
https://hub.docker.com/_/tomcat/中获取:配置文件位于/
usr / local / tomcat / conf /中。默认情况下,操作“ / manager / html” Web应用程序所需的“
manager-gui”角色中没有用户。如果要使用此应用程序,则必须在tomcat-users.xml中定义这样的用户。
如果需要,您可以将主机中的该文件夹替换为运行中的卷(
docker run [...] -v/your/conf/:/usr/local/tomcat/conf/ [...])



