It appears that when introspecting ports from a service created directly from a container, the ports exposed in the container image are not passed through to Ports()? This is different from the pre-0.9 behavior which did pass through exposed ports with, well ExposedPorts.
- Is this in fact the behavior?
- Is this intentional?
- How can I unbreak my code?