【问题标题】:How to run official elasticsearch vagrant boxes如何运行官方的elasticsearch vagrant box
【发布时间】:2017-03-01 17:06:25
【问题描述】:

在哪里可以找到 elasticsearch vagrant box 的文档?或者我应该如何使用它们?

盒子:https://atlas.hashicorp.com/elastic

我确实执行了这些 vagrant 命令:

vagrant init elastic/ubuntu-16.04-x86_64
vagrant up --provider virtualbox

预计弹性搜索将在虚拟框内运行。

【问题讨论】:

    标签: elasticsearch vagrant


    【解决方案1】:

    预计弹性搜索将在虚拟框内运行

    是的,为什么?没有地方说 elasticsearch 将在 VM 中运行(如果运行,哪个版本,哪个设置) - 尽管它可能很酷

    这些盒子主要用于弹性(作为公司)运行自己的测试。你可以在他们的 github repo 中找到更多信息

    https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-scripts

    以及他们正在使用的 Vagrantfile 示例

    https://github.com/elastic/elasticsearch/blob/master/Vagrantfile

    【讨论】:

    • 谢谢。非常好的问题。最初尝试使用 docker 运行弹性搜索。来自 docker hub 的图片显示已弃用,推荐的注册表不起作用(超时)。因此对 Vagrant 设置有类似的期望。
    猜你喜欢
    • 1970-01-01
    • 2015-05-04
    • 2019-02-21
    • 1970-01-01
    • 2013-07-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-03-22
    相关资源
    最近更新 更多