Files
ansible/templates/docker-daemon.json
T

4 lines
47 B
JSON
Raw Normal View History

2026-05-22 14:15:30 +02:00
{
2026-06-28 12:52:04 +02:00
"hosts": ["unix:///var/run/docker.sock"]
2026-05-22 14:15:30 +02:00
}