https://github.com/frekele/docker-elasticsearch
Example of use the elasticsearch with Docker - Issue
https://github.com/frekele/docker-elasticsearch
Last synced: 5 months ago
JSON representation
Example of use the elasticsearch with Docker - Issue
- Host: GitHub
- URL: https://github.com/frekele/docker-elasticsearch
- Owner: frekele
- Created: 2017-03-13T09:44:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T10:19:50.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T17:47:54.717Z (10 months ago)
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BUG when Run: /usr/share/elasticsearch/bin/elasticsearch-plugin remove x-pack
https://github.com/elastic/elasticsearch-docker/issues/36
```
Step 5 : RUN /usr/share/elasticsearch/bin/elasticsearch-plugin remove x-pack
---> Running in 3c08ad904d0f
-> Removing x-pack...
[91mException in thread "main" java.nio.file.AtomicMoveNotSupportedException: /usr/share/elasticsearch/plugins/x-pack -> /usr/share/elasticsearch/plugins/.removing-x-pack: Cross-device link
at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:394)
at sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262)
at java.nio.file.Files.move(Files.java:1395)
at org.elasticsearch.plugins.RemovePluginCommand.execute(RemovePluginCommand.java:88)
at org.elasticsearch.plugins.RemovePluginCommand.execute(RemovePluginCommand.java:59)
at org.elasticsearch.cli.SettingCommand.execute(SettingCommand.java:54)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:122)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:69)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:122)
at org.elasticsearch.cli.Command.main(Command.java:88)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)
[0m
Removing intermediate container 3c08ad904d0f
```
Related Issues:
- https://github.com/docker-library/elasticsearch/issues/156
- https://github.com/docker-library/elasticsearch/issues/141
# Example of use the elasticsearch with Docker
## Elasticsearch Server Docker Image - Extends Official ELK
- Repository: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
- Repository Deprecated: https://hub.docker.com/r/freitasul/elasticsearch
#### Branches:
| Branch | From | Usage |
| ---------------- | -------------------------------------------------------- | ------------ |
| master (latest) | docker.elastic.co/elasticsearch/elasticsearch:5.2.2 | Development |
# Dockerfile extends From:
- https://github.com/elastic/elasticsearch-docker
- https://github.com/docker-library/elasticsearch
- https://hub.docker.com/_/elasticsearch