Running docker -ps returns an empty list although containers are running Running docker -ps returns an empty list although containers are running jenkins jenkins

Running docker -ps returns an empty list although containers are running


Run the command sudo service docker stop

After that find the process dockerd

ps aux | grep "dockerd"

and kill the one by

sudo kill {paste_dockerd_pid_here} -9

Start docker service

sudo service docker start