Troubleshooting the VM Agent
To run the Skytap VM Agent on a CentOS VM
- Type this command:
docker run --name=skytap_agent --privileged -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock -it skytap/agent
.
To run the Skytap VM Agent on an Ubuntu or other Linux VM
- Type this command:
docker run --name=skytap_agent -itd --restart=always -v /var/run/docker.sock:/var/run/docker.sock skytap/agent
.