This provides the flexibility to run Zscaler's client connector from a Docker container and without the need to conform to any specific device posture profiles.
Download pre-built Docker image:
docker pull sverunna/zscaler-docker:latest
Run container. The net flag is required by zscaler. To run in background, add the --detach flag.
docker run --name "zscaler-docker" --network host -e ZSCALER_DEBUG=true -p 9002:9002 -v /:/= sverunna/zscaler-docker:latest
Once the container is up and running, the user is able to authenticate via https://localhost:9002. Once authenticated the connector will establish an encrypted tunnel to access internal resources.