Quick Start — Docker / Linux

Run CAST Imaging with Docker Compose on Linux or Windows with Docker Desktop.

This guide gets you from zero to a running CAST Imaging instance using Docker. It covers Linux hosts and Windows hosts with Docker Desktop installed.

Before you start

Who this is for IT administrator or developer evaluating CAST Imaging
Role required Docker user with permission to run containers
Prerequisites Docker Engine 24+ and Docker Compose v2; 16 GB RAM; internet access to pull images

Step 1: Pull the CAST Imaging images

[TODO: docker pull commands and image registry details]

Step 2: Create the Compose file

[TODO: Sample docker-compose.yml with all required services — PostgreSQL, Neo4j, Imaging]

Step 3: Start the stack

docker compose up -d

[TODO: How to verify that all containers are healthy]

Step 4: Complete initial configuration

[TODO: Open the browser, set up the license key, create the first admin user]

Step 5: Onboard a sample application

[TODO: Register application in AIP Console, deliver source code, run fast scan, open results]

Next steps