Sign inSign up

jobscale/squid

By jobscale

Updated about 2 years ago

Image
0

1.2K

jobscale/squid repository overview

Squid

HTTP Proxy Server

main() {
  docker build . -t local/squid
  docker run --rm --name squid  -p 3128:3128 -d local/squid
  echo -n "weit for running 3.."
  for i in {2..0}
  do
    sleep 1.2
    echo -n "$i.."
  done
  echo
  https_proxy=http://127.0.0.1:3128 curl -i https://ifconfig.io
  docker stop squid
}
main

Tag summary

Content type

Image

Digest

sha256:85d48b92f

Size

91.9 MB

Last updated

about 2 years ago

docker pull jobscale/squid