Will Huang
Will Huang

Reputation: 3656

What is "docker-init" in "docker version" output?

When I run docker version, I will see docker-init version in the Server part. May I ask what is docker-init for? Is it a Linux init system specific to Docker Desktop? I couldn't find any information about it.

Upvotes: 0

Views: 170

Answers (1)

Hans Kilian
Hans Kilian

Reputation: 25632

It shows what version of Tini is included in the version of Docker you have installed.

The project page tells what it does better than I can.

Upvotes: 2

Related Questions