Troubleshooting the VM Agent
To remove, decommission, re-run, and re-commission the VM Agent
- In the VM, remove the VM Agent by typing the following command
docker rm -f {CONTAINER ID}
. - From the environment details page, click (Settings). The VM Settings page displays.
- Click the Containers tab.
- Clear the Container Host checkbox.
-
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
- From the environment details page, click (Settings). The VM Settings page displays.
- Click the Containers tab.
- Check the Container Host checkbox.