We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please anytime I want to build the docker container this is what I see.
docker build -t zeta0/alpine-tor:latest 1 ⨯ "docker build" requires exactly 1 argument. See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
Please help me on that and how to use deploy the project. Thank you
The text was updated successfully, but these errors were encountered:
always use sudo ....
sudo docker pull zeta0/alpine-tor:latest
then use command to get project to linux environment. : git clone https://github.com/lucasveneno/trafficbot.git
git clone https://github.com/lucasveneno/trafficbot.git
then
cd traffıcbot
sudo docker run -d -p 8118:8118 -p 2090:2090 -e tors=25 -e privoxy=1 zeta0/alpine-tor
then check with:
curl --proxy localhost:8118 http://httpbin.org/ip
Sorry, something went wrong.
No branches or pull requests
Please anytime I want to build the docker container this is what I see.
docker build -t zeta0/alpine-tor:latest 1 ⨯
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
Please help me on that and how to use deploy the project. Thank you
The text was updated successfully, but these errors were encountered: