> ## Documentation Index
> Fetch the complete documentation index at: https://grounds-docs-platform-architecture.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Reusable Docker/OCI container images for the Grounds.gg platform

Use these containers when you want shared runtime images for local development, Kubernetes workloads, or platform services.

The images are published through [GitHub Container Registry (ghcr.io)](https://github.com/groundsgg/containers/) and maintained in the shared containers repository.

## Quick Links

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/groundsgg/containers/">
    View the source code and contribute to the containers repository.
  </Card>

  <Card title="Container Registry" icon="box" href="https://github.com/orgs/groundsgg/packages">
    Browse available container images on GitHub Container Registry.
  </Card>
</CardGroup>

## Available Containers

Browse the documented container images:

<CardGroup cols={2}>
  <Card title="dev-container-node" icon="code" href="/deploy/containers/dev-container-node">
    Node.js container for development in DevSpace environment.
  </Card>

  <Card title="Paper" icon="server" href="/deploy/containers/paper">
    Minecraft Paper server container for Grounds.gg infrastructure.
  </Card>

  <Card title="Velocity" icon="network-wired" href="/deploy/containers/velocity">
    Minecraft Velocity proxy container for Grounds.gg infrastructure.
  </Card>
</CardGroup>

## Getting Started

Start with the image that matches your workload, or follow [Adding a New Container](/deploy/containers/adding-a-new-container) if you need to publish a new one.
