Skip to content
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

Add --add-host cli option to expose docker container option with the same name. #6078

Merged
merged 13 commits into from
Jan 11, 2024
3 changes: 2 additions & 1 deletion samcli/local/docker/lambda_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ def __init__(
env_vars=None,
debug_options=None,
container_host=None,
container_host_interface=None,
container_host_interface=DEFAULT_CONTAINER_HOST_INTERFACE,
extra_hosts=None,
container_host_interface=DEFAULT_CONTAINER_HOST_INTERFACE,
lucashuy marked this conversation as resolved.
Show resolved Hide resolved
function_full_path=None,
):
"""
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.