-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroot.xml
44 lines (44 loc) · 2.12 KB
/
root.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
<?xml version="1.0"?>
<Container version="2">
<Name>root</Name>
<Repository>bgameiro/arch-cern-root</Repository>
<Registry>https://hub.docker.com/repository/docker/bgameiro/arch-cern-root</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/94979-trilium-docker/</Support>
<Project>https://root.cern/</Project>
<Overview>ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations.</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:8888]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/BGameiro2000/unraid-ca/master/root/root.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/BGameiro2000/unraid-ca/master/root/logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1598716750</DateInstalled>
<DonateText/>
<DonateLink>https://bgameiro.me/page/donate</DonateLink>
<Description>ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>9999</HostPort>
<ContainerPort>8888</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/cern-root/config</HostDir>
<ContainerDir>/appdata</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Labels/>
<Config Name="WebUI" Target="8888" Default="" Mode="tcp" Description="Container Port: 8888" Type="Port" Display="always" Required="true" Mask="false">9999</Config>
<Config Name="Appdata" Target="/appdata" Default="/mnt/user/appdata/cern-root/config" Mode="rw" Description="Container Path: /appdata" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/cern-root/config</Config>
</Container>