Feature request: Connect Docker instance to multiple networks
Open
type/feature
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
### Describe your idea/feature/enhancement
In some complex scenarios (eg. using localstack with some other dependency) it may be useful to connect the Lambda with multiple Docker Networks.
Docker already supports the functionality of connecting one container to multiple networks, so it would just be a matter of exposing a new option so that a list of networks can be provided.
### Proposal
Expose `--docker-networks` (or accept multiple `--docker-network` values).
### Additional Details
Contributor guide
Assessment
This issue has not been assessed yet.