ip-checker
A lightweight web application for IP address detection and information lookup.
435
A modern web application that provides detailed information about IP addresses. This lightweight, client-side application offers real-time IP detection and comprehensive network information.
Access the live application at: IP Checker Demo
# Pull the image
docker pull zeeemughal/ip-checker:latest
# Run the container
docker run -d -p 8000:80 zeeemughal/ip-checker:latest
docker-compose.yml file:version: '3.8'
services:
ip-checker:
image: zeeemughal/ip-checker:latest
ports:
- "8000:80"
restart: unless-stopped
docker-compose up -d
The application will be available at http://localhost:8000
index.html in your web browserThe application uses the following free APIs:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Zeeshan Mughal
Content type
Image
Digest
sha256:b90c832eb…
Size
21.7 MB
Last updated
over 1 year ago
docker pull zeeemughal/ip-checker