Changes:
- Support for showing host IP address on the Hosts page. This was already supported in the system service version of the Agent and to make this work for localhost and containerized Agents you need to mount
/proc:/host/proc:ro
This does not work for mTLS managed hosts as there's no way to get the host's IP address via the Docker socket. (#181) - New HOST_STACKS_DIR variable to define the local Stacks folder, useful when you want to use relative paths. This was already working for system service Agents, this support is for localhost and containerized Agents. (#182)
- Support for stopping/starting/deleting Stacks (#183)