You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to improve the algorithm that detects if Pyrsia is already added/configured in the docker config. Right now the logic considers the localhost alternatives as independent but all of them should be equal so if any of them is detected in the docker configuration the command shouldn't suggest to update the configuration. The following hostnames should be consider "equal":
localhost
0.0.0.0
127.0.0.1
0:0:0:0:0:0:0:1
::1
the actual machine hostname
The text was updated successfully, but these errors were encountered:
We need to improve the algorithm that detects if Pyrsia is already added/configured in the docker config. Right now the logic considers the localhost alternatives as independent but all of them should be equal so if any of them is detected in the docker configuration the command shouldn't suggest to update the configuration. The following hostnames should be consider "equal":
The text was updated successfully, but these errors were encountered: