-
Notifications
You must be signed in to change notification settings - Fork 1
/
redis.xml
42 lines (42 loc) · 1.57 KB
/
redis.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
<?xml version="1.0"?>
<Container version="2">
<Name>redis</Name>
<Repository>redis</Repository>
<Registry>https://registry.hub.docker.com/_/redis/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Project>https://redis.io/</Project>
<Overview>Redis is an open source, in-memory data structure store, used as a database, cache and message broker.</Overview>
<WebUI/>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/redis.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/redis.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description>Redis is an open source, in-memory data structure store, used as a database, cache and message broker. Based on official Redis Docker image.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6379</HostPort>
<ContainerPort>6379</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="redis port" Target="6379" Default="6379" Mode="tcp" Description="This is Redis default connection port." Type="Port" Display="always-hide" Required="true" Mask="{8}">6379</Config>
<Config Name="appdata" Target="/data" Default="" Mode="rw" Description="appdata" Type="Path" Display="always" Required="false" Mask="false"></Config>
</Container>