Added documentation for the daemon.json configuration

This commit is contained in:
Rowan Potgieter 2018-12-21 07:44:06 +02:00
parent eebb89b1fe
commit c9930f0b0b

View File

@ -52,6 +52,14 @@ Docker Compose installation options.
A list of system users to be added to the `docker` group (so they can use Docker on the server).
docker_daemon_options:
log-driver: "json-file"
log-opts:
max-size: "10m"
max-file: "10"
Docker daemon [configuration options](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) which will be used to create the `daemon.json` file.
docker_certificate_authorities:
- name: example.com
file: 'files/ca.crt'