231232233234235236237238239240
*/ private InfoCmd executeInfoRequest(DockerClient client, Message message) throws DockerException { LOGGER.debug("Executing Docker Info Request"); InfoCmd infoCmd = client.infoCmd(); return infoCmd; }