mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Port filtering used to rely on NetworkSettings, however, those are not populated until the container is started. While stopped, the filter was unaware of the port being used, resulting in a race condition. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>