Uninstall the ZeroLock® Agent: Container

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:

    1. On a terminal connected to the endpoint, stop the ZeroLock agent container.
      docker stop zerolock
    2. If connected using SSH, the session will have closed when the agent is stopped in step 1 so you must reconnect.
    3. Remove the container
      docker rm zerolock
    4. Remove the docker volume
      docker volume rm zerolock_opt
    5. Reboot