docker(role): provide option to set up gVisor (runsc runtime)
This commit is contained in:
parent
d4a1dee108
commit
f956ed6f35
8 changed files with 69 additions and 19 deletions
|
|
@ -2,10 +2,11 @@
|
|||
# - log to systemd journal
|
||||
# https://docs.docker.com/engine/logging/drivers/journald/
|
||||
- name: Ensure Docker daemon configuration
|
||||
ansible.builtin.copy:
|
||||
src: daemon.json
|
||||
ansible.builtin.template:
|
||||
src: daemon.json.j2
|
||||
dest: /etc/docker/daemon.json
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
become: true
|
||||
notify: restart the docker service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue