Documentation

Get Started with CloudSure Compliance Portal

A fast, customer-friendly walkthrough for Docker users to install, pull, run, and start compliance assessments locally.

Example View
Docker quick start illustration
Quick Start

Step 2: Pull the Docker Image

Run the following command:

docker pull cloudsure/cloudsure-compliance:latest
Quick Start

Step 3: Start the Container

Run:

docker run -d -p 8080:8080 --name cloudsure-compliance cloudsure/cloudsure-compliance:latest
Quick Start

Step 4: Access the Portal

Open your browser and navigate to:

http://localhost:8080
Quick Start

Step 5: Configure Your Environment

Enter your:

  • Access Key
  • Secret Key
  • Cloud Provider Configuration

Then start the compliance assessment.

Quick Start

Step 6: View Results

The Customer Portal will generate:

  • Compliance Reports
  • Non-Compliance Reports
  • Infrastructure Compliance Status
Need more detail?

For detailed installation, troubleshooting, and configuration instructions, refer to the full Docker User Guide from this documentation hub.