Friday, September 17, 2021

Docker tor automation

What does it do :-
This tool is used to help the automation of the Tor 9050 port number to open with the Localhost with the all container 

Link:-
https://github.com/krishnansai/Docker_tor

Uses :-
It will automatically run and open the port 9050
It will use for all container for an example (we have 1000 container. We don't configure the 1000 container with tor.  We simple run this 1 container it will reficated to all 1000 containers πŸ™‚)

How to run this :-

sudo apt-get install docker 
sudo apt-get install docker-compose
sudo apt-get install git 
git clone https://github.com/krishnansai/Docker_tor
cd Docker_tor
docker-compose up 


4 comments:

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...