start and enable docker for system using runit

779 Views Asked by At

I don't have systemd in my Linux but runit.

for systemd user, start and enable docker can be done as follows

 systemctl start docker.service
 
 systemctl enable docker.service

But how to start docker for runit users?

1

There are 1 best solutions below

1
Mous On

Have a look maybe here: https://docs.voidlinux.org/config/services/index.html

sections: Basic Usage & Enabling Services