-
Notifications
You must be signed in to change notification settings - Fork 531
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
Tmux is broken in alpine:3.5 docker images #247
Comments
Here's some relevant bits from
I wonder if opencontainers/runc#1018 is also related (and potentially the fix for exactly this sort of failure). |
+1 for getting a fix on this. |
BTW, if you want to reproduce you can use http://play-with-docker.com |
doesn't seem like an alpine issue. Here's the root problem. moby/moby#8755. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting
lost server
when trying to run tmux (2.3) in alpine:3.5 (latest) through docker.I've confirmed that the problem is the alpine image as it works in alpine 3.4 with tmux 2.2. I've tried installing tmux 2.2 in alpine 3.5 and the problem persists.
This is the error message when setting tmux to debug:
Might be related to #162
The text was updated successfully, but these errors were encountered: