Hi All, I have been facing a strange issue with mounting volumes using the following command:
docker run -d --restart=always -v /var/run/docker.sock:/tmp/docker.sock:ro -v ~/.dinghy/certs:/etc/nginx/certs -p 80:80 -p 443:443 -p 19322:19322/udp -e CONTAINER_NAME=http-proxy --name http-proxy codekitchen/dinghy-http-proxy. I am unable to see the files on the container. I am using docker 17.09.1-ce.mac42 ce on mac osx. Any suggestions?