Now it uses IP\IPs for filtering.
As enhancement will be good to add ability to use container names
To get IP of container i use:
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <my_container_name>
But may be better solution.
Now it uses IP\IPs for filtering.
As enhancement will be good to add ability to use container names
To get IP of container i use:
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <my_container_name>
But may be better solution.