There appears to be a Nix package now!

https://github.com/NixOS/nixpkgs/pull/10945
This commit is contained in:
Thomas Orozco 2015-11-20 22:30:00 +01:00
parent dc261b386e
commit b62b57caeb
2 changed files with 18 additions and 4 deletions

View File

@ -27,8 +27,8 @@ 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 *NOTE: There are Tini packages for Alpine Linux and NixOS. See below for
instructions.* 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.
@ -64,6 +64,13 @@ available as a `testing` package):
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini
### NixOS ###
Using Nix, you can use the following command to install Tini:
nix-env --install tini
Options Options
------- -------

View File

@ -27,8 +27,8 @@ 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 *NOTE: There are Tini packages for Alpine Linux and NixOS. See below for
instructions.* 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.
@ -64,6 +64,13 @@ available as a `testing` package):
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini
### NixOS ###
Using Nix, you can use the following command to install Tini:
nix-env --install tini
Options Options
------- -------