Troubleshooting the VM Agent
To remove and re-run the VM Agent
-
Remove the VM Agent by typing the following command
docker rm -f {CONTAINER ID}
-
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
For a CentOS VM, use this command to re-run the VM Agent:
docker run --name=skytap_agent --privileged -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock -it skytap/agent