Sign inSign up

sunteya/privoxy

By sunteya

Updated over 10 years ago

A docker for privoxy

Image
0

343

sunteya/privoxy repository overview

sunteya/privoxy

privoxy is a non-caching web proxy

Usage

  • Run privoxy server

    docker run -p 8118:8118 sunteya/privoxy
    
  • Run privoxy server with custom config file

    docker run -v $PWD/privoxy_config:/etc/privoxy/config sunteya/privoxy
    
  • Run privoxy server with arguments

    docker run sunteya/polipo /path/to/privoxy/config
    

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

over 10 years ago

docker pull sunteya/privoxy