initial commit

This commit is contained in:
Daniel Wolf 2019-04-29 17:07:36 -04:00
commit f39edabf25
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
3 changed files with 41 additions and 0 deletions

13
LICENSE.md Normal file
View File

@ -0,0 +1,13 @@
Copyright © 2019 Daniel Wolf <<nephatrine@gmail.com>>
**Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.**
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Instructions
Just paste this into **Docker Repositories** on the **Docker** tab:
https://code.nephatrine.net/nephatrine/unraid-containers

22
nephatrine/alpine-s6.xml Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Container version="2">
<Name>alpine-s6</Name>
<Repository>nephatrine/alpine-s6</Repository>
<Registry>https://hub.docker.com/r/nephatrine/alpine-s6/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/nephatrine/docker-alpine-s6/issues</Support>
<Project>https://alpinelinux.org/</Project>
<Overview>Alpine, S6, & S6-Overlay (Base)</Overview>
<Category>Tools:System</Category>
<TemplateURL>https://code.nephatrine.net/nephatrine/unraid-containers/raw/branch/master/nephatrine/alpine-s6.xml</TemplateURL>
<Icon>https://files.nephatrine.net/Images/Buttons/Alpine.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="Configuration Mount" Target="/mnt/config" Default="/mnt/user/appdata/alpine-s6" Mode="rw" Description="Container Path: /mnt/config" Type="Path" Display="always" Required="false"></Config>
</Container>