You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in moby/moby#42442,
docker daemon starts to expose a container port on different host ports
for IPv4 and IPv6 which breaks the ssh/safe-ssh/ansible backend
tests for some containers.
To prevent this behavior and flaky tests, only the first line from the
`docker port %s 22` command gets parsed to acquire the mapped SSH port.
0 commit comments