Re: [squid-users] Running squid inside docker container

2020-10-23 Thread Amos Jeffries
On 23/10/20 10:40 pm, rahul.negi wrote: After I ran above command, I am getting below error “FATAL: xcalloc: Unable to allocate 1048576 blocks of 392 bytes!” There is not enough RAM available to Squid. Check the total available on the machine, the per-process limits on the machine, what

[squid-users] Running squid inside docker container

2020-10-23 Thread rahul.negi
Hi Team, I am trying to run squid service inside docker container and following this page https://hub.docker.com/r/datadog/squid/ The steps which I performed are as follows: * docker pull datadog/squid * docker run --name squid -d -p 443:443 --volume