scan-to-paperless
scan-to-paperless copied to clipboard
Error on running dpkg on master
Error while creating the container
Command: docker run --tty --interactive --detach --name=apt --entrypoint= ubuntu:22.04 tail --follow /dev/nullReturn code: 125
Error:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Error while updating the container
Command: docker exec apt apt-get updateReturn code: 1
Error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Error while listing the packages
Command: docker exec apt apt listReturn code: 1
Error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?