mirror of https://github.com/krallin/tini.git
Merge pull request #20 from krallin/alpine-package
Include install instructions for Alpine Linux
This commit is contained in:
commit
364e4b9f02
11
README.md
11
README.md
|
@ -27,6 +27,9 @@ Using Tini
|
|||
you're currently using an Ubuntu or CentOS image as your base, you can use
|
||||
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
|
||||
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.*
|
||||
|
||||
|
||||
### 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
|
||||
-------
|
||||
|
||||
|
|
|
@ -27,6 +27,9 @@ Using Tini
|
|||
you're currently using an Ubuntu or CentOS image as your base, you can use
|
||||
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
|
||||
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.*
|
||||
|
||||
|
||||
### 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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue