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
Reduce requests required to check that Docker tunnel is running
Previously we checked on the image and then always checked on the
container too. Now, in the very common case where the container is
already running, we just check that and call it a day (we should never
need to pull the image if the container is already running anyway).
0 commit comments