> ## 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.

# Paper

> Minecraft Paper server container for Grounds.gg infrastructure

Use the Paper image when you need a shared Minecraft Paper server container for Grounds infrastructure.

This image is designed for Kubernetes-based environments and consistent local and production deployments.

## Registry

```
ghcr.io/groundsgg/containers/paper
```

## Usage

Pull the image locally:

```bash theme={null}
docker pull ghcr.io/groundsgg/containers/paper:latest
```

Use it as a base image in your `Dockerfile`:

```dockerfile theme={null}
FROM ghcr.io/groundsgg/containers/paper:latest
```

<Check>
  Verify that the image is available locally with `docker image inspect ghcr.io/groundsgg/containers/paper:latest`.
</Check>

## Documentation

For more details, see the [paper directory](https://github.com/groundsgg/containers/tree/main/paper) in the repository.
