sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
913 stars 333 forks source link

the new container which created by sameersbn/squid could not be start. #52

Closed sameersbn closed 5 years ago

sameersbn commented 6 years ago

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?

stale[bot] commented 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.

sameersbn commented 5 years ago

gh seems to have somehow moved this squid issue here