You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
…
|
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
elasticsearch.yml |
README.md
Instructions
- Pull the elasticsearch image
docker pull docker.elastic.co/elasticsearch/elasticsearch:8.2.0
Note: Change the required image version name or tag in the Dockerfile.
- Build the Docker image
docker build -t elasticsearch:8.2.0-entgra-v1 .