- Clone the repository
- Run the start.sh bash file in your linux terminal to build and start the container on local port 6904.
- Open your browser and go to localhost:6904 and you should see the app running and displaying all your containers in your network buckets.
or
- Download the Release the binary and run it.
- Open your browser and go to localhost:6904 and you should see the app running and displaying all your containers in your network buckets.
or
- Run the docker image using this command on port 6904
docker pull ghcr.io/utkarsh-1905/docker-network-vis:latest
- It is a very simple application to give you a quick overview of all your containers in your network buckets.
- It helps in debugging and testing your containers.