bazzite-dx Docker: daemon not found
I recently switched to bazzite-dx for docker reasons. When I try to run
prune
, it seems to work fine, but instead of returning the amount of data reclaimed, it says Error response from daemon: Not Found
. Any help appreciated.
1 Reply
I’m pretty sure that the last blocker of bazzite-dx is that you need to create the docker group and add it to your user
sudo groupadd docker
sudo usermod -aG docker your_username
Then reboot your computer
The docker daemon should already be enabled