Just running:
docker run ubuntu yes "some long string"
Will make docker eat all the memory...
More observations:
- Memory reclaimed only when container is removed
- It might leak only when
docker run is attached
- It doesn't seem that
docker run can't cope with the traffic (the leak discovered on real logging not on "yes" command)
- No "attach" or "logs" command in the process. But "docker run" is attached.
Just running:
Will make docker eat all the memory...
More observations:
docker runis attacheddocker runcan't cope with the traffic (the leak discovered on real logging not on "yes" command)