squid_proxy icon indicating copy to clipboard operation
squid_proxy copied to clipboard

Add squid to $PATH and add squid to CMD

Open sickcodes opened this issue 4 years ago • 1 comments

Doesn't change any existing scripts.

-d detached mode instead of &

Allows use of -e CONF=squid.conf.https_port when docker running

sickcodes avatar Dec 20 '20 13:12 sickcodes

LGTM. thanks

added a formatting comment. The default behavior of running the container will change though

eg, running docker run -it -p 3128:3128 docker.io/salrashid123/squidproxy used to drop you into a shell

and after this, the same command will auto-launch squid in forward mode.


i don't see it as a big deal since the docs stated you should invoke /bin/bash to get a shell anyway.

salrashid123 avatar Dec 21 '20 12:12 salrashid123