Include install instructions for Alpine Linux

Fix: #18
This commit is contained in:
Thomas Orozco 2015-10-28 20:20:07 +01:00
parent 197a39d9f2
commit 158def8e93
2 changed files with 22 additions and 0 deletions

View File

@ -27,6 +27,9 @@ Using Tini
you're currently using an Ubuntu or CentOS image as your base, you can use you're currently using an Ubuntu or CentOS image as your base, you can use
one of those as a drop-in replacement.* one of those as a drop-in replacement.*
*NOTE: There is a Tini package for Alpine Linux. See below for installation
instructions.*
Add Tini to your container, and make it executable. Then, just invoke Tini Add Tini to your container, and make it executable. Then, just invoke Tini
and pass your program and its arguments as arguments to Tini. and pass your program and its arguments as arguments to Tini.
@ -53,6 +56,14 @@ Arguments for Tini itself should be passed like `-v` in the following example:
*NOTE: The binary linked above is a 64-bit dynamically-linked binary.* *NOTE: The binary linked above is a 64-bit dynamically-linked binary.*
### Alpine Linux Package ###
On Alpine Linux, you can use the following command to install Tini (currently
available as a `testing` package):
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini
Options Options
------- -------

View File

@ -27,6 +27,9 @@ Using Tini
you're currently using an Ubuntu or CentOS image as your base, you can use you're currently using an Ubuntu or CentOS image as your base, you can use
one of those as a drop-in replacement.* one of those as a drop-in replacement.*
*NOTE: There is a Tini package for Alpine Linux. See below for installation
instructions.*
Add Tini to your container, and make it executable. Then, just invoke Tini Add Tini to your container, and make it executable. Then, just invoke Tini
and pass your program and its arguments as arguments to Tini. and pass your program and its arguments as arguments to Tini.
@ -53,6 +56,14 @@ Arguments for Tini itself should be passed like `-v` in the following example:
*NOTE: The binary linked above is a 64-bit dynamically-linked binary.* *NOTE: The binary linked above is a 64-bit dynamically-linked binary.*
### Alpine Linux Package ###
On Alpine Linux, you can use the following command to install Tini (currently
available as a `testing` package):
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini
Options Options
------- -------