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

Update to Docker 18.09.3-ce #325

Closed
lmakarov opened this issue Mar 5, 2019 · 4 comments
Closed

Update to Docker 18.09.3-ce #325

lmakarov opened this issue Mar 5, 2019 · 4 comments

Comments

@lmakarov
Copy link
Contributor

lmakarov commented Mar 5, 2019

PWD is currently running docker 18.06.1-ce. The latest available one is 18.09.3-ce.

@marcosnils
Copy link
Contributor

Done!.

@lmakarov
Copy link
Contributor Author

lmakarov commented Mar 5, 2019

@marcosnils thanks for a quick update! Unfortunately, this update broke volume mounting:

$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock alpine sh
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:424: container init caused \"rootfs_linux.go:58: mounting \\\"sysfs\\\" to rootfs \\\"/var/lib/docker/overlay2/e2e6b7694d15c0346c9670995c930ffcd54a8c5591b65be4576d49a7c1687df6/merged\\\" at \\\"/sys\\\" caused \\\"permission denied\\\"\"": unknown.
$ docker run --rm -it -v /tmp:/host-tmp alpine sh
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:424: container init caused \"rootfs_linux.go:58: mounting \\\"sysfs\\\" to rootfs \\\"/var/lib/docker/overlay2/3502c86039e6580e014279aa11cc1d9f70648c95e26498a482c92c81971bc6bf/merged\\\" at \\\"/sys\\\" caused \\\"permission denied\\\"\"": unknown.
$ docker volume create tmp
tmp
$ docker run --rm -it -v tmp:/tmp-volume alpine sh
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:424: container init caused \"rootfs_linux.go:58: mounting \\\"sysfs\\\" to rootfs \\\"/var/lib/docker/overlay2/217c6e0c85f584119289a3db77e4915bb9201528ec5d8d2984fd470a69bda679/merged\\\" at \\\"/sys\\\" caused \\\"permission denied\\\"\"": unknown.
ERRO[0001] error waiting for container: context canceled

@marcosnils
Copy link
Contributor

Sorry about that. It should work now 😄

@lmakarov
Copy link
Contributor Author

lmakarov commented Mar 5, 2019

Yep, works now. Thanks!

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

No branches or pull requests

2 participants