-
Notifications
You must be signed in to change notification settings - Fork 160
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
OCI runtime create failed: container_linux.go:349 #1020
Comments
Is Docker running in Ubuntu (windows subsystem for linux) or is it Docker for Windows? |
I'm running Docker for Windows, and it is exposed to Ubuntu (WSL) where I'm executing the |
Is your docker set to windows or Linux containers? |
I was pretty sure, but just verified it is using Linux containers |
So, it looks like the source of your problem is the file mounts. Which honestly given that your in Ubuntu, but controlling the windows docker... I have no clue how you want it set.
There's quite a few links to track down linked to this issue, maybe one of them can help you: docker/compose#4852 |
Ok, thanks for the pointers, I know it's an odd setup, unfortunatley I'm stuck with Windows. Maybe I'll try to do it all from there instead of in WSL. I appreciate your time. I'll play around and post back if I figure something out. |
It may be worth just trying direct from powershell. I know if works on Windows 10 because I can test that config. Just the added WSL is something I have not tested before. |
I ran |
I'm having a difficult time getting this to start. It most likely isn't a bug and has to do with something on my end, but I'm not certain what that is and was wondering if you may have an idea. I've googled quite a bit and nothing seems to work. Most 'solutions' reference permissions, but when I look, my user has full permissions over everything including the
local-store
directory. Maybe this just can't run with the setup I have.Environment
I'd like to mention I am running the Ubuntu "app" on Windows 10. I have Docker for Windows running with this option checked :
Expose daemon on tcp://localhost:2375 without TLS
in the General settings. I also haveDOCKER_HOST=localhost:2375
set in my Ubuntu terminal. Those two options allow the Ubuntu terminal to use Docker for Windows as the server. [Side note I run other RASA docker containers from the terminal so I'm fairly certain docker works]Steps / Issue
I downloaded the .zip (0.31.1) and unzipped it in my Ubuntu terminal.
I ran
docker-compose up
and it went on it way pulling images.Then it stops and I get a handful of errors like this (complete dump is further below)
I did see this issue #928 (comment) before I posted and tried adding an .env like this to my directory
but get the same errors.
FWIW, I added the
DOCKER_HOST
line in there so I could also try the recommendedsudo docker-compose up
mentioned in the Basic Installation steps. Unfortunately I continue to get the same errors.General Questions
v0.31.1
Windows 10 with the Ubuntu terminal (app)
Locally
Haven't gotten that far yet
Here is the console dump if that helps any.
The text was updated successfully, but these errors were encountered: