Skip to content

prohetamine/docker-tor-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enter image description here

README is available in the following languages: Russian | English

Docker Tor Request

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

$ docker pull prohetamine/docker-tor-request

Also build

$ 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/).

  docker run prohetamine/docker-tor-request -s https://api.ipify.org

Contacts

My Telegram: @prohetamine, channel

Email: prohetamine@gmail.com

Donat money: patreon

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.