# docker model context create

**Description:** Create a named Model Runner context

**Usage:** `docker model context create NAME`










## Description

Create a named Model Runner context


## Options

| Option | Default | Description |
|--------|---------|-------------|
| `--description` |  |  Optional human-readable description for this context |
| `--host` |  |  Model Runner API base URL (e.g. http://192.168.1.100:12434) |
| `--tls` |  |  Enable TLS for connections to this context |
| `--tls-ca-cert` |  |  Path to a custom CA certificate PEM file for TLS verification |
| `--tls-skip-verify` |  |  Skip TLS server certificate verification |






