8000 GitHub - drewgwallace/docker-dockerfile-tinyproxy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

drewgwallace/docker-dockerfile-tinyproxy

Repository files navigation

Docker Dockerfile

Purpose

Dockerfile to create a very basic proxy server in Docker.


Execution

    docker run -p 8888:8888 -dt drewgwallace/tinyproxy:latest

Build yourself with docker compose

    git clone https://github.com/drewgwallace/docker-dockerfile-tinyproxy.git
    cd docker-dockerfile-tinyproxy
    docker build -t USERNAME/RESPOSITORY:squid_server .
    docker push USERNAME/RESPOSITORY:squid_server
    (Edit the docker-compose.yml with your repository)
    docker stack deploy -c docker-compose.yml tinyproxy_stack --with-registry-auth

Image on Docker Hub


Notes

  • Be sure to edit docker-compose.yml with your repository information.

  • There is an alternative Dockerfile.ubuntu if you prefer a Ubuntu base image.

  • When building if you receive the error:

    [Warning] IPv4 forwarding is disabled. Networking will not work.
    
    • You will need IPv4 forwarding, run this command:

      sudo sysctl -w net.ipv4.ip_forward=1
      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0