Troubleshooting the VM Agent

To remove, decommission, re-run, and re-commission the VM Agent
  1. In the VM, remove the VM Agent by typing the following command docker rm -f {CONTAINER ID}.
  2. From the environment details page, click settings (Settings). The VM Settings page displays.
  3. Click the Containers tab.
  4. Clear the Container Host checkbox.
  5. In the VM, re-run the VM Agent by typing the following command:

     docker run --name=skytap_agent -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock -it skytap/agent
    
  6. From the environment details page, click settings (Settings). The VM Settings page displays.
  7. Click the Containers tab.
  8. Check the Container Host checkbox.
Did this resolve your issue?

Start Over