-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
It looks like there is no elasticsearch:latest tag any more (or kibana:latest), so the instructions in this repo don't work out of the box.
Here's what a fresh install attempt produces:
>git clone https://github.com/rekibnikufesin/nodejs-api-swagger.git
Cloning into 'nodejs-api-swagger'...
remote: Enumerating objects: 48, done.
remote: Total 48 (delta 0), reused 0 (delta 0), pack-reused 48
Unpacking objects: 100% (48/48), done.
>cd nodejs-api-swagger
>docker-compose up
Pulling elasticsearch (elasticsearch:)...
ERROR: manifest for elasticsearch:latest not found
Changing image:elasticsearch in the docker-compose.yml file to be image:elasticsearch:6.4.2, and image:kibana to be image:kibana:6.4.2 enables some images to be fetched successfully. I don't know whether they're appropriate versions or whether it all works: I'm just trying to follow the egghead.io Swagger course but have got sucked into yak shaving messing around with docker containers for elasticsearch as part of that course. :-(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels