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
I just tried port forwarding with a container having multiple exposed ports. In https://github.com/tedsmitt/ecsgo/blob/main/internal/internal.go#L158 the command fetches the first available port. It would be good to either use -f <port> and/or present a selection which port to forward. Did not had the time yet to try implementing myself, just leaving this issue here for now.
The text was updated successfully, but these errors were encountered:
I just tried port forwarding with a container having multiple exposed ports. In https://github.com/tedsmitt/ecsgo/blob/main/internal/internal.go#L158 the command fetches the first available port. It would be good to either use
-f <port>
and/or present a selection which port to forward. Did not had the time yet to try implementing myself, just leaving this issue here for now.The text was updated successfully, but these errors were encountered: