This project provides a simple Docker container that returns the public IP address of the client making the request. It can be useful for identifying an IP address for tasks like logging or authorization.
- Retrieves and displays the public IP address of the user.
- Lightweight Docker container.
- Docker
- Clone the repository:
git clone https://github.com/AiglonDore/which-ip.git
- Build the Docker image:
docker build -t which-ip .
- Run the container:
docker run -p 5000:5000 which-ip
- Access the service by navigating to:
http://localhost:5000
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.