Commit graph

6 commits

Author SHA1 Message Date
Patrick Marchand 0413f93852 Fix problems with docker-host daemon.json config
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Docker is very strict with it's json format and doesnt
seem to allow any surprise new lines or extra commas
after the last option before the closing }.

Since this is a dynamically constructed file, we dont know
what the last option will be. By putting the commas at the
start of the line and removing all newspace, we remove
the problem, at the expense of a less readable jinja
template.
2023-01-10 15:16:30 -05:00
Patrick Marchand 08db5a5140 Fix problems with docker-host daemon.json config
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2023-01-10 11:26:57 -05:00
Ludovic Poujol 134355d190 docker: Allow live-restore to be toggled with docker_conf_live_restore
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-24 16:22:49 +02:00
Ludovic Poujol 9973a62c16 docker : Introduce new variables to tweak daemon settings
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-10 19:04:58 +02:00
Ludovic Poujol 6aa7b89b78 docker : Introduce new default settings + allow to change the docker data directory
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-10 18:21:59 +02:00
Gabriel Périard-Tremblay 2118bfae8c Update docker-host role 2017-07-24 16:38:08 -04:00