We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc89e01 commit eeb3063Copy full SHA for eeb3063
docker-pussh
@@ -143,7 +143,7 @@ forward_port() {
143
local remote_port="$1"
144
local local_port
145
local output
146
-
+
147
for _ in {1..10}; do
148
local_port=$(random_port)
149
@@ -157,7 +157,7 @@ forward_port() {
157
echo "$local_port"
158
return 0
159
fi
160
161
error "failed to forward local port $local_port to remote unregistry port 127.0.0.1:$remote_port: $output"
162
done
163
@@ -204,7 +204,7 @@ run_docker_desktop_tunnel() {
204
error "failed to create a tunnel from Docker Desktop VM to localhost:$host_port:\n$output"
205
206
207
208
209
}
210
0 commit comments