Closed gastonsilva closed 11 months ago
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description:
sam local invoke --docker-network host
fails if port 8080 is already in use in hostSteps to reproduce:
1- Start something in host listening on port 8080 (Ex:
nc -l localhost 8080
) 2- Runsam local invoke --docker-network host ...
Observed result:
Expected result:
N/A
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.86.1