-
Notifications
You must be signed in to change notification settings - Fork 5.9k
OCI runtime create failed: container_linux.go:345 #813
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
Comments
I got the same error from my digital ocean server UPDATE: Fixed by manually create the folders /home/coder/project |
You tried to bind mount of a directory you do not own? we had a discussion about this on #679 but it seems they're still having a debate about the permissions inside the container (which should be irrelevant) |
+1 |
As a temporary workaround, try running $ docker run -p 9000:9000 -v ${PWD}:/home/coder/projects chinodesuuu/coder:ubuntu |
Not working for me. I tried both options. @sr229 I also tried yours but I get 404 when I check my domain.tld:9000 but at least the service seems to be running:
|
I also don't know why there is a permission issue, I am running this as root |
In my case an un-ncecessarily pasted |
This is more of a misconfiguration so I'll close this off now. |
env
os:ubuntu 16.04
docker: 18.09.4
code-server version: latest version in Jun 27, 2019
problem
can't get it run in ubuntu server, error occurs(but in my local mac it's ok):
The text was updated successfully, but these errors were encountered: