logContainerCmd timed out

I am using the latest docker version 1.30, my host machine is windows 7, and i am running docker in Oracle VM Virtual box.

I am trying to read docker logs using this API:
logContainerCmd(@Nonnull String containerId).withStdOut(true).withFollowStream(true);
This API used to work just fine with the older version of docker (1.29), but now with docker 1.30 I am getting this error:
java.net.SocketTimeoutException: Read timed out
In the method:
void onError(Throwable throwable);