- Annoyance
I have a container which maps 200 ports using the port range syntax: `50000-50200:50000-50200/tcp`
This causes the docker page to take a long time to load and the UI becomes almost unusable because each port is listed one by one:
It seems like it should be using the port range syntax instead:
0.0.0.0:5000-5200 <---> 0.0.0.0:5000-5200