@kakawait I find that stopping the service works properly if I also stop docker.socket
with the --now
parameter. Stopping the service itself hangs and from another shell I stop the socket.
Possibly unrelated to that, has anyone had an issue with DOCKER_HOST
remaining modified after removing docker rootless mode? In particular I find that something is still setting DOCKER_HOST
to unix:///run/user/1000/docker.sock
. I've removed the export from my .bashrc
of course, and can't find anywhere else in the usual ENV modification locations that could be setting it. The service (both system and user level) are off as well.
[EDIT] - I fixed my issue with the ENV, it was indeed .bashrc
and my issue was that I launched startx
from a shell that had DOCKER_HOST
set (so every shell created there-in was inheriting the variable from the initial shell, despite .bashrc
being updated to remove the variable).
Pinned Comments