Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / lazydocker
Schema registry

lazydocker

lazydocker settings

**/lazydocker/config.yml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your **/lazydocker/config.yml and it validates in your browser — nothing is uploaded.

Validate a **/lazydocker/config.yml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
guiobjectUI settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
gui.scrollHeightintegerA scroll height https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: 2
gui.languagestringA language https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "auto"
one of: "auto", "en", "pl", "nl", "de", "tr"
gui.themeobjectTheme settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
gui.theme.activeBorderColorarrayAn active border color https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
gui.theme.inactiveBorderColorarrayAn inactive border color https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
gui.theme.selectedLineBgColorarrayA selected line background color https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
gui.theme.optionsTextColorarrayAn option text color https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
gui.returnImmediatelybooleanWhether to return immediately https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: false
gui.wrapMainPanelbooleanWhether to wrap main panel https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: true
gui.sidePanelWidthnumberA side panel ratio of screen's width https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: 0.333
gui.showBottomLinebooleanWhether to show bottom line https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: true
gui.expandFocusedSidePanelbooleanWhether to expand focused side panel https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: false
gui.screenModestringA screen mode https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "normal"
one of: "normal", "half", "fullscreen"
gui.containerStatusHealthStylestringA style of container status and it's health display https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "long"
one of: "long", "short", "icon"
logsobjectLog settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
logs.timestampsbooleanWhether to show timestamps https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: false
logs.sincestringA start time https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "60m"
logs.tailoneOfA last line count https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: ""
commandTemplatesobjectCommand templates https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
commandTemplates.dockerComposestringA docker compose command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "docker-compose"
commandTemplates.restartServicestringA restart service command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} restart {{ .Service.Name }}"
commandTemplates.upstringAn up command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} up -d"
commandTemplates.downstringA down command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} down"
commandTemplates.downWithVolumesstringA down with volumes command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} down --volumes"
commandTemplates.upServicestringAn up service command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} up -d {{ .Service.Name }}"
commandTemplates.startServicestringA start service command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} start {{ .Service.Name }}"
commandTemplates.stopServicestringA stop service command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} stop {{ .Service.Name }}"
commandTemplates.serviceLogsstringA service logs command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} logs --since=60m --follow {{…
commandTemplates.viewServiceLogsstringA view service logs command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} logs --follow {{ .Service.Name }}"
commandTemplates.rebuildServicestringA rebuild service command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} up -d --build {{ .Service.Name }}"
commandTemplates.recreateServicestringA recreate service command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} up -d --force-recreate {{…
commandTemplates.allLogsstringAn all logs command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} logs --tail=300 --follow"
commandTemplates.viewAlLogsstringA view al logs command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} logs"
commandTemplates.dockerComposeConfigstringA docker compose config command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} config"
commandTemplates.checkDockerComposeConfigstringA check docker compose config command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} config --quiet"
commandTemplates.serviceTopstringA service top command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "{{ .DockerCompose }} top {{ .Service.Name }}"
osobjectOS settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
os.openCommandstringAn open command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "open {{filename}}"
os.openLinkCommandstringAn open link command https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
default: "open {{link}}"
statsobjectStatistic settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
stats.graphsarray<object>Graph settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
customCommandsobjectCustom commands https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
customCommands.containersarray<object>Container settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default
replacementsobjectReplacement settings https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md#default

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
examplesJSON Schema Validation, draft 2020-12§9.5 — "examples"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minItemsJSON Schema Validation, draft 2020-12§6.4.2 — "minItems"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
oneOfJSON Schema Core, draft 2020-12§10.2.1.3 — "oneOf"
patternJSON Schema Validation, draft 2020-12§6.3.3 — "pattern"
patternPropertiesJSON Schema Core, draft 2020-12§10.3.2.2 — "patternProperties"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"
uniqueItemsJSON Schema Validation, draft 2020-12§6.4.3 — "uniqueItems"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas