Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Docker installation (Read 2015 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Docker installation

Hello, I am running Artix OpenRC. I installed Docker using
Code: [Select]
yay -S docker

Now I am struggling with starting the service, as command
Code: [Select]
rc-update add docker default
returns:

Code: [Select]
rc-update: service `docker' does not exist
.

Please how can I get the docker running?

 

Re: Docker installation

Reply #1
Install docker-openrc package. Init scripts are not included in packages themselves
ARMtix