Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error response from daemon: OCI runtime create failed: container_linux.go:348 #2269

Closed
darox opened this issue Jun 28, 2020 · 4 comments · Fixed by #2295
Closed

Error response from daemon: OCI runtime create failed: container_linux.go:348 #2269

darox opened this issue Jun 28, 2020 · 4 comments · Fixed by #2295

Comments

@darox
Copy link

darox commented Jun 28, 2020

While installing the loki docker log driver I encounter the following error:

Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"rootfs_linux.go:58: mounting \\\"\\\" to rootfs \\\"/var/lib/docker/plugins/9ff2087a87cd53f14786426b5e3a3e869e0da984c81b0491160082a4fff5fc8e/rootfs\\\" at \\\"/var/lib/docker/plugins/9ff2087a87cd53f14786426b5e3a3e869e0da984c81b0491160082a4fff5fc8e/rootfs/data\\\" caused \\\"invalid argument\\\"\"": unknown

Driver is latest

@cyriltovena
Copy link
Contributor

❯ docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions


latest: Pulling from grafana/loki-docker-driver
158d1cb36da0: Download complete
Digest: sha256:c44a46d2376428284c4bc95fb03d6cbb58fde33e9b3f2aee4185195887cc6be6
Status: Downloaded newer image for grafana/loki-docker-driver:latest
Installed plugin grafana/loki-docker-driver:latest

That's what I get, on which platform are you ?

@darox
Copy link
Author

darox commented Jul 2, 2020

I'm on
Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-108-generic x86_64)

@cyriltovena
Copy link
Contributor

ho yeah now I remember. Let me send a PR.

@cyriltovena
Copy link
Contributor

See this for a resolution in the meantime. #2147

cyriltovena pushed a commit to cyriltovena/loki that referenced this issue Jun 11, 2021
* add ruler API backed by object storage

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* simplify and comment ruler storage api

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* wrape calls to ruler with auth middleware

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* use saner metrics for ruler integration test

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* remove omitempty from configs

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* add clarifying comments for ruler integration tests and reorder metric checks

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* update changelog

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* update docs

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* Update pkg/ruler/api.go

Co-Authored-By: Peter Štibraný <peter.stibrany@grafana.com>
Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* refactor per PR comments

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

* fix API per PR comments

Signed-off-by: Jacob Lisi <jacob.t.lisi@gmail.com>

Co-authored-by: Peter Štibraný <peter.stibrany@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants