How-to Uninstall the ZeroLock™ Agent from Container Orchestrator Host OS.
The ZeroLock™ Agent protects the all containers from the Host OS on a Container Orchestration engine and is installed within a single container on the Host OS.
To uninstall the ZeroLock™ Agent from the Host OS, complete the following steps:
- On a terminal connected to the endpoint, stop the ZeroLock agent container.
docker stop zerolock
- If connected using SSH, the session will have closed when the agent is stopped in step 1 so you must reconnect.
- Remove the container
docker rm zerolock
- Remove the docker volume
docker volume rm zerolock_opt
- Reboot