0

Getting this error while running docker pull manjarolinux/base:

Using default tag: latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

List of the previous commands that I've run:

sudo groupadd docker
sudo usermod -aG docker $(whoami)
sudo chown $(whoami) /var/run/docker.sock

Output of sudo dockerd --debug which had warnings or errors:

WARN[0000] containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header
#and
WARN[2022-11-18T14:38:01.266464955+05:30] failed to load plugin io.containerd.snapshotter.v1.devmapper  error="devmapper not configured"
#and
WARN[2022-11-18T14:38:01.266829045+05:30] could not use snapshotter devmapper in metadata plugin  error="devmapper not configured"
#and
ERRO[2022-11-18T14:38:01.267936333+05:30] failed to initialize a tracing processor "otlp"  error="no OpenTelemetry endpoint: skip plugin"
#and
ERRO[2022-11-18T14:38:01.279926226+05:30] failed to mount overlay: no such device       storage-driver=overlay2
Shourya Shikhar
  • 1,342
  • 1
  • 11
  • 29

0 Answers0