When adding a second container with `ENABLE_HA` and `HA_PORT` specified, the container doesn't correctly get registered and also fails the health check:  I found the following fixes the issue: 1) Use `-EnableRemoteAccessInContainer` instead of `EnableRemoteAccess` 2) Order of operation matters on the Second Node, need to run `-EnableRemoteAccessInContainer` first, before `-RegisterNewNode` is executed With this setup - the second node is successful:  Enables HA: 