Werk #11643: Crash mk_docker.py: 'SocketIO' object has no attribute 'recv'
| Component | Agent bakery | ||
| Title | Crash mk_docker.py: 'SocketIO' object has no attribute 'recv' | ||
| Date | Nov 9, 2020 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Docker sockets do not have recv method anymore. Docker offers handling for this (docker.utils.socket.read()). This function is now used in mk_docker agent aswell.