We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command
docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch sixeyed/elasticsearch:latest
fails with error
'".\bin\elasticsearch.bat"' is not recognized as an internal or external command, operable program or batch file.
workaround:
docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch --memory 2G sixeyed/elasticsearch:latest .\bin\elasticsearch.bat
Windows 10 pro Version 1903 OS build 18362.535
Docker Desktop 2.1.0.5(40693) Engine: 19.03.5
PSVersion 5.1.18362.145
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command
docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch sixeyed/elasticsearch:latest
fails with error
'".\bin\elasticsearch.bat"' is not recognized as an internal or external command,
operable program or batch file.
workaround:
docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch --memory 2G sixeyed/elasticsearch:latest .\bin\elasticsearch.bat
Windows 10 pro
Version 1903
OS build 18362.535
Docker Desktop 2.1.0.5(40693)
Engine: 19.03.5
PSVersion 5.1.18362.145
The text was updated successfully, but these errors were encountered: