New issue by pudiva on void-packages repository https://github.com/void-linux/void-packages/issues/30341 Description: ### System * xuname: *Void 5.11.13_1 x86_64 GenuineIntel uptodate rrrrmdFFFF* * package: *docker-20.10.5_2* ### Expected behavior stuff working ### Actual behavior ``` $ docker-compose run --name wscef wscef WARNING: The TZ variable is not set. Defaulting to a blank string. Creating network "wscef-docker_default" with the default driver Creating wscef-docker_wscef_run ... done Error response from daemon: exec: "docker-init": executable file not found in $PATH ``` ### Steps to reproduce the behavior Follow steps at: https://github.com/farribeiro/wscef-docker ### My observations * docker pkg template used to mention `docker-init`, but it no longer does after 9b3c344a79a1930062ec7a0df22882f3a04127ec was merged * `xlocate docker-init` and `grep -R docker-init .` on my local void-packages repo, both returned nothing * reinstalling docker and docker-cli didn't help