In the docker documentation there is a piece about the api for attach to logs. https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/attach-to-a-container
There is this line I don't understand:
SIZE1, SIZE2, SIZE3, SIZE4 are the four bytes of the uint32 size encoded as big endian.
What does that mean?