-
Notifications
You must be signed in to change notification settings - Fork 860
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
WSL2 fails to start docker container based on Centos 6 #4290
Comments
Moved to Version 10.0.19013.1000 and still have the same issue... |
I believe this is a duplicate of: #4694 |
The workaround in #4694 seems to fix my issue: #4694 (comment) |
me too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use the following bug reporting template to help produce issues which are actionable and reproducible, including all command-line steps necessary to induce the failure condition. Please fill out all the fields! Issues with missing or incomplete issue templates will be closed.
If you have a feature request, please post to the UserVoice.
If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the console issue tracker.
Important: Do not open GitHub issues for Windows crashes (BSODs) or security issues. Please direct all Windows crashes and security issues to [email protected]. Ideally, please configure your machine to capture minidumps, repro the issue, and send the minidump from "C:\Windows\minidump".
Please fill out the below information:
ver
at a Windows Command Prompt)What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
After installing docker into a WSL 2 instance running Ubuntu 18 containers running centos 6 fail to start with exit code of
139
. To duplicate the issue after installing docker run:docker run -it --rm centos:6 sh
What's wrong / what should be happening instead:
The docker container should start and enter into the containers shell.
Strace of the failing command, if applicable: (If
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here).https://gist.github.com/tst-rwildes/78efc9bb9b86edd8760fa5a4103b24dc
For WSL launch issues, please collect detailed logs.
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: