Closed sameersbn closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
gh seems to have somehow moved this squid issue here
hi I get the sameersbn/squid ,but I need use my squid.conf file. so i do this: $ sudo docker run -i -t sameersbn/squid /bin/bash I custom the /etc/squid3/squid.conf, modify it and save it. and exit. create a new image "squid-new" . $ sudo docker commit squid-new
$ docker run --name squid-d --restart=always --publish 9000:9000 squid-new
in my custom squid.conf,the port is 9000.
but the container is still restarting. it can't be started. why is this?
so how to modify sameersbn/squid image, and let it work?