-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathopendct-docker.xml
51 lines (51 loc) · 1.83 KB
/
opendct-docker.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
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Beta>False</Beta>
<Category>MediaServer:Video</Category>
<Date>2017-01-08</Date>
<Name>crazifuzzy-opendct</Name>
<Description>
An open source digital cable tuner network encoder for SageTV.
</Description>
<Overview>
An open source digital cable tuner network encoder for SageTV.
</Overview>
<Support>https://forums.sagetv.com/forums/showthread.php?t=62774</Support>
<Registry>https://hub.docker.com/r/crazifuzzy/opendct/</Registry>
<GitHub>https://github.com/crazifuzzy/opendct-docker/</GitHub>
<Repository>crazifuzzy/opendct</Repository>
<BindTime>true</BindTime>
<Privileged>true</Privileged>
<Networking>
<Mode>host</Mode>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/opendct/etc</HostDir>
<ContainerDir>/etc/opendct</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/opendct/log</HostDir>
<ContainerDir>/var/log/opendct</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/opendct/opt</HostDir>
<ContainerDir>/opt/opendct</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>latest</Value>
<Name>VERSION</Name>
<Mode/>
</Variable>
</Environment>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<Banner>https://raw.githubusercontent.com/OpenSageTV/sagetv-miniclient/master/playstore/ic_launcher-web.png</Banner>
<Icon>https://raw.githubusercontent.com/OpenSageTV/sagetv-miniclient/master/playstore/ic_launcher-web.png</Icon>
<Project>http://forums.sagetv.com</Project>
<ExtraParams></ExtraParams>
</Containers>