Onebox

Onebox provides a quick, simple way to install both Console and Defender onto a single host. It provides a fully functional, self-contained environment that is suitable for evaluating Prisma Cloud.

Install Prisma Cloud

Install Onebox with the twistlock.sh install script.
Prerequisites:
  • Your host meets the minimum system requirements.
  • You have a license key.
  • Port 8083 is open. Port 8083 (HTTPS) serves the Console UI. You can configure alternative ports in twistlock.cfg before installing.
  • Port 8084 is open. Console and Defender communicate with each other on this port.
  1. Download the latest Prisma Cloud release to the host where you’ll install Onebox.
  2. Extract the tarball. All files must be in the same directory when you run the install.
    $ mkdir twistlock $ tar -xzf prisma_cloud_compute_<VERSION>.tar.gz -C twistlock/
  3. Configure Prisma Cloud for your environment.
    Open twistlock.cfg and review the default settings. The default settings are acceptable for most environments.
    If your Docker socket is in a custom location, update twistlock.cfg before continuing. By default, Prisma Cloud expects to find the Docker socket in /var/run/docker.sock. If it’s not located there on your host, open twistlock.cfg in an editor, find the DOCKER_SOCKET variable, and update the path.
  4. Install Prisma Cloud.
    $ sudo ./twistlock.sh -s onebox
    • --
      Agree to EULA.
    • --
      (Optional) Print additional debug messages. Useful for troubleshooting install issues.
    • --
      Install both Console and Defender on the same host, which is the recommended configuration. Specify console to install just Console.
  5. Verify that Prisma Cloud is installed and running:
    $ docker ps --format "table {{.ID}}\t{{.Status}}\t{{.Names}}" CONTAINER ID STATUS NAMES 764ecb72207e Up 5 minutes twistlock_defender_<VERSION> be5e385fea32 Up 5 minutes twistlock_console

Configure Console