Search code examples
dockerdocker-desktop

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.


Solution

  • 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.