👋 Welcome to the Score Labspace!
This is a learning experience for exploring and understanding the CNCF Sandbox project Score and its features.
You will be guided through instructions to run command lines with tools already pre-installed to better understand the concepts of Score and its features.
✅ Here is how this lab is structured:
- Introduction to Score
- Getting started with
score-compose - Getting started with
score-k8s - Advanced scenario with
score-compose - Advanced scenario with
score-k8s - Next steps
You can run this Labspace in its latest version from anywhere (if you have Docker/Podman and Docker/Podman Compose installed):
docker compose -f oci://ghcr.io/score-spec/score-labspace:latest upAfter you cloned this GitHub repository, you can run this Labspace locally by running these commands:
On Mac/Linux:
CONTENT_PATH=$PWD docker compose up --watchOn Windows with PowerShell:
$Env:CONTENT_PATH = (Get-Location).Path; docker compose up --watch