Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the most recent stable version of Docker onto the device. Please visit Docker’s website for more info on how to install Docker.

  2. The Docker container will also be deployed by using a compose file to instruct the configuration this will require docker compose or docker-compose to be available.

Info

Note: availability and installation of `docker compose` may vary by OS

  1. 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.

  1. 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.

  2. 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

eu.zillasecurity.com/*

Asia Pacific and Australia

anz.zillasecurity.com/*

UK

uk.zillasecurity.com/*

...