Hey, I am trying to setup an ELK + APM to test it using docker, I followed along with the steps APM quick start with docker, but when I do docker-compose up
, docker is stuck when pulling Kibana image 7.15.2
, I checked on Docker hub repo but can't find any image with tag 7.15.2
, does the image exist somewhere?
Instead, I replaced 7.15.2
with 7.14.2
in docker-compose.yml
Hi,
You could check our docker images at kibana | Docker @ Elastic and in your case docker.elastic.co/kibana/kibana:7.15.2
Cheers
thanks @tiagocosta for your quick answer, I did docker pull docker.elastic.co/kibana/kibana:7.15.2
but it stuck here forever:
For some reason, it took me up to 20 minutes to download it after I cleaned up all images from docker. And thanks for the url
1 Like
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.