ansible-collection/roles/dcaass/templates/etc/docker/daemon.json
GregoryDosh 79d7a93c59
All checks were successful
Update Version / Update Version (push) Successful in 9s
fix: update for space-truk
Internal Docker Registry moved to Space Truk
2025-05-08 20:48:43 +00:00

11 lines
214 B
JSON

{
"log-driver": "journald",
"experimental": false,
"ip6tables": false,
"registry-mirrors": [
"http://space-truk.auengun.net:6228"
],
"insecure-registries": [
"space-truk.auengun.net:6228"
]
}