The carbonapi port (8081) is exposed, but unreachable, even if mapped at runtime.
Mapping the port at runtime with -p 8081:8081 appears to work, but when you connect to the port, you get
The issue is that the carbonapi server binds to 127.0.0.1 instead of 0.0.0.0.
Please have carbonapi bind to 0.0.0.0 by default. This will enable mapping 8081 at runtime to work.