https://github.com/prohetamine/docker-tor-request
🐳 My first docker container
https://github.com/prohetamine/docker-tor-request
docker docker-container docker-tor-request proxy tor tor-network tor-proxy
Last synced: 6 months ago
JSON representation
🐳 My first docker container
- Host: GitHub
- URL: https://github.com/prohetamine/docker-tor-request
- Owner: prohetamine
- Created: 2021-08-04T11:22:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T14:44:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T15:43:20.024Z (10 months ago)
- Topics: docker, docker-container, docker-tor-request, proxy, tor, tor-network, tor-proxy
- Language: Dockerfile
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

##### README is available in the following languages: [Russian](https://github.com/prohetamine/docker-tor-request/blob/main/README/russian.md) | [English](https://github.com/prohetamine/docker-tor-request/blob/main/README.md)
> docker-tor-request - My first docker container 🐳.
### Why ?
My experience with docker is terribly small, which means that I have to learn and go with a machete through this jungle of misunderstanding, this is my first container implementing the necessary task of requests to the server via the Tor network each time with a new ip.
### Get started
Let's install the container from Docker Hub ```prohetamine/docker-tor-request```
```sh
$ docker pull prohetamine/docker-tor-request
```
Also build
```sh
$ git clone https://github.com/prohetamine/docker-tor-request.git
$ cd docker-tor-request
$ docker build . -t docker-tor-request
```
### Examples and description
Starting the container and making a request to the server. It is also worth remembering that the query container uses _curl_ to make it easier to create constructs, study the official [documentation] (https://curl.se/docs/).
```sh
docker run prohetamine/docker-tor-request -s https://api.ipify.org
```
### Contacts
My Telegram: [@prohetamine](https://t.me/prohetamine), [channel](https://t.me/prohetamines)
Email: prohetamine@gmail.com
Donat money: [patreon](https://www.patreon.com/prohetamine)
If you have any questions and/or suggestions, please email me in telegram, if you find any bugs also let me know, I will be very grateful.