SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Hide this message
Your VM Perplexities Called, and They Need You to Read This.
Virtualization can give you enormous flexibility with future workloads and can be a key enabler for other areas, like cloud computing and disaster recovery. So, how can you get a handle on the performance challenges in your virtual environment and manage deployments without erasing the potential upside? Learn the four key areas you need to be focusing on to help deliver a healthy and well-performing data center.
Get your free white paper.
Updated January 22, 2018
As described in the Orion Platform Administrator Guide, you can use the Monitor Container Service wizard to add a container service in the Orion Web Console by:
This article describes what to do if you log into the Orion Web Console using a LocalHost address, launch the Monitor Container Service wizard, and click Get Script, but the generated script includes an incorrect address.
The script generated by the Monitor Container Service wizard uses the same address that was used to log into the Orion Web Console. If you logged in using localhost, that address is included in the script but cannot be executed against nodes because it is a loopback address.
Here is an example of a script generated for a Docker container service after logging into the Orion Web Console using localhost:
curl -o docker-compose.yaml http://localhost/Orion/CMAN/Services/DeploymentFile.ashx?guid=0f9420b8-8939-48e5-8134-67b1d9418c06 sudo docker-compose up -d
localhost
loopback address to the IP address of the main Orion server (for example, 192.168.0.0
)