Open alexei-led opened 8 years ago
Very good feature. As a solution you can use something like this: docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name to get IP address of container and use it for existing filter.
Use
target container
as filter instead of, or as an additional option to IP filter.