shine-cli 2.1.1

Give personal automation a reviewable lifecycle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
metadata_schema_version = 2
description = "Docker Engine daemon configuration"

[dest]
windows = "~/.docker"
unix = "/etc/docker"

[permissions]
schema_version = 1
administrator = true

[[files]]
source      = "daemon.jsonc"
target      = "daemon.json"
description = "Docker Engine daemon options (mirrors, runtime, proxies, etc.)"
transforms  = ["template", "jsonc-to-json"]
requires_admin = true
restart_hint = "Restart Docker Engine to apply the updated daemon configuration."