249250251252253254255256257258
*/ private PingCmd executePingRequest(DockerClient client, Message message) throws DockerException { LOGGER.debug("Executing Docker Ping Request"); PingCmd pingCmd = client.pingCmd(); return pingCmd; }