mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-23 15:34:10 +01:00
Document the state of the ip6tables
and experimental
daemon options for Docker
This commit is contained in:
parent
dae0f44603
commit
74177d9ba3
@ -22,6 +22,14 @@ matrix_playbook_docker_installation_enabled: true
|
|||||||
matrix_playbook_docker_installation_daemon_options: "{{ matrix_playbook_docker_installation_daemon_options_auto | combine(matrix_playbook_docker_installation_daemon_options_custom, recursive=True) }}"
|
matrix_playbook_docker_installation_daemon_options: "{{ matrix_playbook_docker_installation_daemon_options_auto | combine(matrix_playbook_docker_installation_daemon_options_custom, recursive=True) }}"
|
||||||
|
|
||||||
matrix_playbook_docker_installation_daemon_options_auto:
|
matrix_playbook_docker_installation_daemon_options_auto:
|
||||||
|
# Since Docker 27.0.1:
|
||||||
|
# - `experimental` is no longer required to enable `ip6tables`
|
||||||
|
# - `ip6tables` defaults to enabled
|
||||||
|
#
|
||||||
|
# See: https://docs.docker.com/engine/release-notes/27/#ipv6
|
||||||
|
#
|
||||||
|
# Still, we intend to keep these around a while longer to benefit people who are still on older versions.
|
||||||
|
# In the future, we won't be specifying any of these options by default.
|
||||||
experimental: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
experimental: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
||||||
ip6tables: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
ip6tables: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user