tini
tiny but valid init for containers
Install
- All systems
-
curl cmd.cat/tini.sh
- Debian
-
apt-get install tini
- Ubuntu
-
apt-get install tini
- Alpine
-
apk add tini
- Kali Linux
-
apt-get install tini
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tini
- Dockerfile
- dockerfile.run/tini
- Docker
-
docker run cmd.cat/tini tini
powered by Commando
tini
tiny but valid init for containers
Tini is the simplest init you could think of. All Tini does is spawn a single child (Tini is meant to be run in a container), and wait for it to exit all the while reaping zombies and performing signal forwarding.