mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-15 13:48:28 +02:00
Added documentation for the daemon.json configuration
This commit is contained in:
parent
eebb89b1fe
commit
c9930f0b0b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user