We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When I try to install the Kibana plugin Sense with this Dockerfile
FROM sebp/elk WORKDIR ${KIBANA_HOME} RUN gosu kibana bin/kibana plugin -i elastic/sense
I have theses errors:
Step 3 : RUN gosu kibana bin/kibana plugin -i elastic/sense ---> Running in 662d1a08d470 Installing sense Attempting to transfer from https://download.elastic.co/elastic/sense/sense-latest.tar.gz Error: Client request error: getaddrinfo ENOTFOUND download.elastic.co download.elastic.co:443 Plugin installation was unsuccessful due to error "Client request error: getaddrinfo ENOTFOUND download.elastic.co download.elastic.co:443" ERROR: Service 'elastic' failed to build: The command '/bin/sh -c gosu kibana bin/kibana plugin -i elastic/sense' returned a non-zero code: 70 Cedric-Vidal:elasticsearch mtournaud$ docker volume create elk-data docker: "volume create" requires 0 arguments.
Anybody have a solution ?
The text was updated successfully, but these errors were encountered:
First thought that springs to mind is that you're behind a proxy, in which case you might want to have a look at this discussion: elastic/kibana#5902
FWIW your Dockerfile is working fine on my side.
Sorry, something went wrong.
Find the solution
docker-machine restart default eval $(docker-machine env default)
Thanks for advices
No branches or pull requests
Hi,
When I try to install the Kibana plugin Sense with this Dockerfile
I have theses errors:
Anybody have a solution ?
The text was updated successfully, but these errors were encountered: