Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

BlackIkeEagle/archlinux-vagrant-crun-issue-830

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce crun containers/crun#830

vagrant up

vagrant ssh
[vagrant@archlinux ~]$ docker ps
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json": dial unix /var/run/docker.sock: connect: permission denied
[vagrant@archlinux ~]$ sudo -s
[root@archlinux vagrant]# docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[root@archlinux vagrant]# docker run --rm -it docker.io/library/alpine sh
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
59bf1c3509f3: Pull complete 
Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
Status: Downloaded newer image for alpine:latest
docker: Error response from daemon: failed to create shim: OCI runtime create failed: sd-bus call: Invalid argument: unknown.
ERRO[0004] error waiting for container: context canceled

updated output with patch from containers/crun#836

vagrant ssh
[vagrant@archlinux ~]$ sudo -s
[root@archlinux vagrant]# docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[root@archlinux vagrant]# docker run --rm -it docker.io/library/alpine sh
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
59bf1c3509f3: Pull complete
Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
Status: Downloaded newer image for alpine:latest
docker: Error response from daemon: failed to create shim: OCI runtime create failed: unable to retrieve OCI runtime error (open /var/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/3ff924a954975a6d0730f17e1d123faa5b78d69f1e0a744b149f9ce4e5e084eb/log.json: no such file or directory): fork/exec /usr/bin/crun: no such file or directory: <nil>: unknown.
ERRO[0004] error waiting for container: context canceled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages