【英文】通过Docker部署Cerebro
Preface
cerebro is an open source (MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS, and Bootstrap. (Github)
Pulling the Image
1 | docker pull elasticsearch:7.12.1 |
Running the Container
1 | docker run -p 9000:9000 lmenezes/cerebro |
Pitfalls
- Cannot run on Mac Apple Silicon and displays the error:
exec /opt/cerebro/bin/cerebro: exec format error