-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelasticsearch.xml
57 lines (57 loc) · 2.24 KB
/
elasticsearch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<Container version="2">
<Name>elasticsearch</Name>
<Repository>elasticsearch:5.6.14</Repository>
<Registry>https://hub.docker.com/_/elasticsearch/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/_/elasticsearch/</Support>
<Project/>
<Overview>Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore.</Overview>
<Category/>
<WebUI/>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/elasticsearch.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/elasticsearch.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description>Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>9200</HostPort>
<ContainerPort/>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9300</HostPort>
<ContainerPort/>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/usr/share/elasticsearch/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>single-node</Value>
<Name>discovery.type</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="elasticsearch port 1" Target="" Default="9200" Mode="tcp" Description="Container Port: " Type="Port" Display="always" Required="false" Mask="false">9200</Config>
<Config Name="elasticsearch port 2" Target="" Default="9300" Mode="tcp" Description="Container Port: " Type="Port" Display="always" Required="false" Mask="false">9300</Config>
<Config Name="discovery type" Target="discovery.type" Default="" Mode="" Description="Container Variable: discovery.type" Type="Variable" Display="always" Required="false" Mask="false">single-node</Config>
<Config Name="appdata" Target="/usr/share/elasticsearch/data" Default="" Mode="rw" Description="appdata" Type="Path" Display="always" Required="false" Mask="false"></Config>
</Container>