vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
15 stars 6 forks source link

mp-build Advanced setting requirement #201

Closed quirogas closed 1 year ago

quirogas commented 1 year ago

Describe the bug

When using the SDK tools, if the user's Docker docker socket is not enabled by default, the tools assume Docker is not running.

Reproduction steps

Disable default Docker socket in advance settings:

image

Expected behavior

If Docker is running but can't detect the socket, the tools should be more explicit about the cause of the error (Unable to connect to the Docker daemon socket). This should also be mentioned in the requirements section.

Additional context

No response

MarkArbogast commented 1 year ago

We need to do 2 things:

  1. Document this requirement
  2. Update code to prompt user to check this setting on error