--- id: docker title: Docker sidebar_label: Docker --- ## What Display the current Docker context. Will not be active when using the default context. ## Sample Configuration import Config from '@site/src/components/Config.js'; ## Template ([info][templates]) :::note default template ```template \uf308 {{ .Context }} ``` ::: ### Properties | Name | Type | Description | | ---------- | -------- | -------------------------- | | `.Context` | `string` | the current active context | [go-text-template]: https://golang.org/pkg/text/template/ [templates]: /docs/configuration/templates