godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Darch fails with "failed to dial "/var/run/containerd/containerd.sock": context deadline exceeded" #39

Closed phunni closed 4 years ago

phunni commented 4 years ago

When I run

darch images pull godarch/arch

as root it fails with

darch: failed to dial "/var/run/containerd/containerd.sock": context deadline exceeded

pauldotknopf commented 4 years ago

Is this on Arch? Can you verify that file exists? It is created by the containerd daemon.

phunni commented 4 years ago

Ah - sorry my mistake. I hadn't appreciated that containerd needs to be running. It now works if I have the daemon running. Am I better off using an installation of darch with containerd built in?

Edit: yes, this in on Arch and I installed darch via aur.