For example:
I have containers called debian, debian-2, debian-3, etc...
On the main dashboard it displays multiple ipv4 addresses for debian. Actually it shows IP addresses of all of the containers which name contains debian.
This is because grep search for only the name. I've added a plus whitespace, see the diff.
IMHO, the ultimate solution would be if that bash magic would be removed, and the output would be parsed in python.
For example: I have containers called
debian
,debian-2
,debian-3
, etc... On the main dashboard it displays multiple ipv4 addresses fordebian
. Actually it shows IP addresses of all of the containers which name containsdebian
.This is because grep search for only the name. I've added a plus whitespace, see the diff.
IMHO, the ultimate solution would be if that bash magic would be removed, and the output would be parsed in python.
Best regards, susu