Home > Enterprise >  What is "docker-init" in "docker version" output?
What is "docker-init" in "docker version" output?

Time:01-23

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.

CodePudding user response:

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.

  • Related