While I was running
>>> import docker
>>> client = docker.from_env()
>>> client.containers.list()
I encountered the following error
requests.exceptions.ConnectionError: ('Connection aborted.', PermissionError(13, 'Permission denied'))
I think it is because docker-py is not able to get access of the docker daemon. So how do I fix this?