added docker-registry

This commit is contained in:
Daniel Wolf 2020-01-02 20:06:23 -05:00
parent 4cfc547b60
commit a31d885ecd
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Container version="2">
<Name>docker-registry</Name>
<Repository>nephatrine/docker-registry</Repository>
<Registry>https://hub.docker.com/r/nephatrine/docker-registry/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://code.nephatrine.net/nephatrine/docker-registry/issues</Support>
<Project>https://docs.docker.com/registry/</Project>
<Overview>Docker Registry</Overview>
<Category>Cloud: Productivity: Network:Web</Category>
<WebUI>http://[IP]:[PORT:5000]/</WebUI>
<TemplateURL>https://code.nephatrine.net/nephatrine/unraid-containers/raw/branch/master/nephatrine/docker-registry.xml</TemplateURL>
<Icon>https://files.nephatrine.net/Images/Buttons/Docker.png</Icon>
<Config Name="System Timezone" Target="TZ" Default="America/New_York" Description="Configuration Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Mount Owner UID" Target="PUID" Default="1000" Description="Configuration Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Mount Owner GID" Target="PGID" Default="100" Description="Configuration Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="Server Port" Target="5000" Default="5000" Mode="tcp" Description="Container Port: 5000/tcp" Type="Port" Display="always" Required="true"></Config>
<Config Name="Configuration Mount" Target="/mnt/config" Default="/mnt/user/appdata/docker-registry" Mode="rw" Description="Container Path: /mnt/config" Type="Path" Display="always" Required="true"></Config>
</Container>