docker-squid
docker-squid copied to clipboard
[ENH] Remove the "chown" requirement
Hi, I'm currently unable to mount a shared folder as a volume inside the image, since it fails during the chown operation here:
https://github.com/sameersbn/docker-squid/blob/master/entrypoint.sh#L12
Can you consider removing the operation?
Setting an explicit SQUID_USER is not a solution in my use case, unfortunely.
@paoloantinori sorry for the lateness of my response. Are you using Docker in a VM? Docker for MAC, etc? Can you share some information about your docker environment and steps to reproduce this issue?