It doesn't seem like docker is installed. Docker compose seems to be though
This is what I get when I do docker compose version
and then when I do
So I dunno why it isn't showing anything.
Do I have to activate it somehow?
jkboyo@limitedpower:/srv/appdata/jellyfin$ sudo systemctl status docker
[sudo] password for jkboyo:
Unit docker.service could not be found.
jkboyo@limitedpower:/srv/appdata/jellyfin$ sudo apt list --installed | grep docker
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
This is what I get when I do docker compose version
jkboyo@limitedpower:/srv/appdata/jellyfin$ docker compose version
Docker Compose version v2.20.3
and then when I do
docker --version
I get this
jkboyo@limitedpower:/srv/appdata/jellyfin$ docker --version
Docker version 24.0.5, build ced0996
So I dunno why it isn't showing anything.
Do I have to activate it somehow?