AppFeed/templates/aptalcasRepository/aptalca/dolphin.xml
2021-02-23 15:49:21 -05:00

60 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>Dolphin</Name>
<Overview>
Dolphin is KDE's default file manager. With this docker, you can access the dolphin interface through a web browser.
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=39413.0</Support>
<Registry>https://registry.hub.docker.com/r/aptalca/docker-dolphin/</Registry>
<GitHub>https://github.com/aptalca/docker-dolphin</GitHub>
<Repository>aptalca/docker-dolphin</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>USER_ID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>GROUP_ID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>WIDTH</Name>
<Value>1280</Value>
</Variable>
<Variable>
<Name>HEIGHT</Name>
<Value>720</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/</HostDir>
<ContainerDir>/mnt</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/#/client/c/Dolphin</WebUI>
<Icon>https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Dolphin-icon.svg/500px-Dolphin-icon.svg.png</Icon>
<Date>1454994000</Date>
<TemplateURL>https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/dolphin.xml</TemplateURL>
<Description>Dolphin is KDE's default file manager. With this docker, you can access the dolphin interface through a web browser.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/aptalcasRepository/aptalca/dolphin.xml</templatePath>
</Container>