-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
terminating docker attach
container prints context canceled
error
#5294
Comments
I can take a quick look, and add a test. |
This should've been fixed in #5247 |
Oh! Hm.. need to double check now if I checked with 27.0 or 27.1 (or if there's still an issue at hand) |
I don't think it is, |
oh you're right! I didn't look too closely at the issue my mind just went to the code that was problematic at the "attach" section in the run command 😅 |
Description
I noticed this while updating the docs in #5289. Terminating an attach (
CTRL-c
, killing the container) prints acontext canceled
error.Based on the example I was updating (assuming the example was correct!), older versions did not print these errors, and as they don't provide much value to the user, we should probably not print them 🤔
I reproduced this with v27.0.3 and v27.1.1 (but haven't checked older versions)
The text was updated successfully, but these errors were encountered: