ERROR: manifest for elasticsearch:7.11.0 not found: manifest unknown: manifest unknown

Viewed 27

i am trying to install kibana and elasticsearch on as a docker containers in a windows server operating system.

every time i run docker-compose up -d, i get an error stating the following:

Pulling elasticsearch (elasticsearch:7.11.0)...
ERROR: manifest for elasticsearch:7.11.0 not found: manifest 
unknown: manifest unknown

i don't know if the image is not compatible with windows server or not, but i usually see the same image used in articles for windows and running successfully.

this is the image which i am using in docker-compose:

version: '3'
services:
  elasticsearch:
    #image: docker.elastic.co/elasticsearch/elasticsearch:7.11.0
    image: elasticsearch:7.11.0

i am using:

  • windows server 2019
  • i have installed docker & docker compose using module packages and server manager, so i don't have docker desktop for windows server.

i have tried the listed solution here but all uses docker desktop and i could not do the same procedure for my setup

0 Answers
Related