This utility helps you to configure docker containers IPs into host file to manage containers with hostname instead of IPs. Whther you want to access the container or redirect traffic to that container like using nginx, it worked. You don't have to configure or manually edit the host file to maintain the IPs.
Prerequisites
- Make sure you have docker installed on your machine and it is runing.
- Install
jq
utility. For example in Ubunut or debian based OSsudo apt install jq -y