shine-cli 1.3.0

Cross-platform CLI for managed shell commands, app configs, and machine setup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
description = "Docker Engine daemon configuration"

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

[[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."