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

# Velocity

> Minecraft Velocity proxy container for Grounds.gg infrastructure

Use the Velocity image when you need a shared Minecraft proxy container for Grounds infrastructure.

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

## Registry

```
ghcr.io/groundsgg/containers/velocity
```

## Usage

Pull the image locally:

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

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

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

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

## Documentation

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