Permission issues with own built Docker container with Elasticsearch 2.1
问题 When I pull an image from public elasticsearch repo, spawning container with that pulled image is working fine for me with no permission issues. docker pull elasticsearch docker run -d elasticsearch But when I spawn a container with the Dockerfile which is available there with the public repo gives me permission issues. I do have a same directory structure as public repo. myfolder/Dockerfile myfolder/docker-entrypoint.sh myfolder/config/elasticsearch.yml myfolder/config/logging.yml https:/