-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pass the missing extra_hosts
argument
#6889
Conversation
Thanks for making creating this fix! The changes look good to me, can you run a quick |
@lucashuy Thanks for your feedback. I've run |
Thanks for updating the PR, looks like the workflow passes! Just need one more reviewer from our team before we can merge this in. |
container_host_interface string | ||
Optional. Interface that Docker host binds ports to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating missing documentation!
Which issue(s) does this change fix?
This fixes #6888 and related to #6078.
I have confirmed that this change makes
--add-host
work.Why is this change necessary?
I change to pass the
extra_hosts
that were not passed as arguments.Because
sam local start-api --add-host
does not work.How does it address the issue?
Pass the missing argument.
What side effects does this change have?
Mandatory Checklist
PRs will only be reviewed after checklist is complete
make pr
passesmake update-reproducible-reqs
if dependencies were changedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.