Closed jankeromnes closed 7 years ago
A workaround is attaching to stdin (it works when you send the options needed to attach to stdin), check the issue bellow there is an example there.
It was caused by: https://github.com/apocas/docker-modem/issues/81
We are still trying to find why docker behaves like that when you don't attach to stdin.
Same problem here back to v2.4.3 and work fine :)
We're still pinned on v2.4.3 because of this issue :) not a huge problem though
Just published v2.5.1 that should fix this.
I confirm that v2.5.1 doesn't seem to have this problem anymore. Thanks a lot for the fix!
I run the following code in my app:
With
dockerode v2.4.3
it works fine, but withdockerode 2.5.0
my callback receives this error:Note, this happens with two Docker instances running versions
17.05.0-ce
and1.12.6
.Edit: With
2.4.3
, thechown user:user
is successfully applied, but with2.5.0
the targeted file remainsroot:root
.