Git Product home page Git Product logo

dockerfiles's People

Contributors

jmcabrera avatar ncarlier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerfiles's Issues

Question about the backend

when i run this image in a container in a pod, will this affect the entire system hosting it or only affect the containers in the pod, because im trying to have multiple pods running two containers, this and another image, each with different proxy ip, will this be possible?

Example docker run in redsocks is incorrect

Second run command reads:

docker run --privileged=true --net=host \
  -v whitelist.txt:/etc/redsocks-whitelist.txt \
  -d ncarlier/docker-redsocks 1.2.3.4 3128

The image ncarlier/docker-redsocks does not exist.

For dnsmasq, use --addn-hosts=

Wouldn't it be better to use --addn-hosts= extra hosts file and generate an extra hosts file, instead of configuring address configuration file lines.

redsocks - Docker Proxy only working for legacy Bridge Network

Hi there,

first off huge shootout to you for providing this amazing docker image. I've searched the whole internet for something that easy to use.

Now the problem:
The Docker container does only proxy containers that are connected to the legacy docker bridge network:

  1. Start the redsocks container as stated in your README with:
    docker run --privileged=true --net=host -d ncarlier/redsocks 1.2.3.4 3128
  2. Start a container outside of the docker bridge network:
docker network create othernet
docker run --net=othernet -it ubuntu bash
  1. The container started does not get proxied by your redsocks container.

I will provide a PR shortly.

how to use socks5 proxy

like the heading says, how do i use socks5 proxy , as it contains user and pass, where do i pass those here

docker run --privileged=true --net=host -d ncarlier/redsocks 1.2.3.4 3128

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.