...
Install the most recent stable version of Docker onto the device. Please visit Docker’s website for more info on how to install Docker.
The Docker container will also be deployed by using a compose file to instruct the configuration this will require
docker compose
ordocker-compose
to be available.
Info |
---|
Note: availability and installation of `docker compose` may vary by OS |
The configuration provided in installation requires User ID 1000 and Group ID 1000 to perform the following
sudo mkdir /opt/zilla && sudo chown 1000:1000 /opt/zilla && sudo chmod 700 /opt/zilla && mkdir /opt/zilla/zinc-config /opt/zilla/zinc-output
Info |
---|
Alternatively the docker-compose.yaml can be modified to use alternate directories. |
The user running installation will also need to be part of the docker group:
sudo usermod -aG docker $USER
The above command may vary depending on system OS and configuration.Ensure that outbound connections via port 443 are allowed. Bare minimum, Zilla will need outbound connections allowed to:
Region | Hosts |
---|---|
Americas and Canada (Production) | app.zillasecurity.com/* |
Americas and Canada (Dev/Sandboxes) | qa.zsec.io/* |
Europe and UK | |
Asia Pacific and Australia | |
UK |
...