feat(DockerHost): Add DockerHost.ping() to check Docker daemon availability and document health-check usage

This commit is contained in:
2025-11-18 17:30:04 +00:00
parent b8a26bf3bd
commit 08af9fec14
4 changed files with 65 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/docker',
version: '2.0.0',
version: '2.1.0',
description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.'
}