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

Bug/241 #247

Closed kjrokos closed 1 year ago

kjrokos commented 1 year ago

Implements setting the exposed container port. The current container port is hard coded to 8080. The docker_port key in the local config.json was intended to be able to change this, but was never implemented.

This implements this functionality, and changes how it is set.

Resolves #241