我使用apache点燃内存缓存。我想使用带有swarm模式的docker来部署我的应用程序。应该在容器中暴露哪些端口?我在ignite docker module中看到这些端口暴露在11211 47100 47500 49112.但在我的应用程序日志中,我看到48100等不同的端口用于共享内存通信。
答案 0 :(得分:3)
足以暴露列出的端口。 docker不支持共享内存,因此您可以忽略它。
11211 - REST service port;
47100 - communication port;
47500 - discovery port;
49112 - JMX port.