parent
a4de023c29
commit
6c14f35f00
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ docker_log_opts: "--log-opt max-size=50m --log-opt max-file=5"
|
||||||
docker_bin_dir: "/usr/bin"
|
docker_bin_dir: "/usr/bin"
|
||||||
|
|
||||||
## An obvious use case is allowing insecure-registry access to self hosted registries.
|
## An obvious use case is allowing insecure-registry access to self hosted registries.
|
||||||
## Can be ipddress and domain_name.
|
## Can be ipaddress and domain_name.
|
||||||
## example define 172.19.16.11 or mirror.registry.io
|
## example define 172.19.16.11 or mirror.registry.io
|
||||||
#docker_insecure_registries:
|
#docker_insecure_registries:
|
||||||
# - mirror.registry.io
|
# - mirror.registry.io
|
||||||
|
|
|
@ -181,7 +181,7 @@ volume_cross_zone_attachment: false
|
||||||
persistent_volumes_enabled: false
|
persistent_volumes_enabled: false
|
||||||
|
|
||||||
## Container Engine Acceleration
|
## Container Engine Acceleration
|
||||||
## Enable container accelertion feature, for example use gpu acceleration in containers
|
## Enable container acceleration feature, for example use gpu acceleration in containers
|
||||||
# nvidia_accelerator_enabled: true
|
# nvidia_accelerator_enabled: true
|
||||||
## Nvidia GPU driver install. Install will by done by a (init) pod running as a daemonset.
|
## Nvidia GPU driver install. Install will by done by a (init) pod running as a daemonset.
|
||||||
## Important: if you use Ubuntu then you should set in all.yml 'docker_storage_options: -s overlay2'
|
## Important: if you use Ubuntu then you should set in all.yml 'docker_storage_options: -s overlay2'
|
||||||
|
|
|
@ -186,7 +186,7 @@ docker_iptables_enabled: "false"
|
||||||
docker_log_opts: "--log-opt max-size=50m --log-opt max-file=5"
|
docker_log_opts: "--log-opt max-size=50m --log-opt max-file=5"
|
||||||
|
|
||||||
## An obvious use case is allowing insecure-registry access to self hosted registries.
|
## An obvious use case is allowing insecure-registry access to self hosted registries.
|
||||||
## Can be ipddress and domain_name.
|
## Can be ipaddress and domain_name.
|
||||||
## example define 172.19.16.11 or mirror.registry.io
|
## example define 172.19.16.11 or mirror.registry.io
|
||||||
# docker_insecure_registries:
|
# docker_insecure_registries:
|
||||||
# - mirror.registry.io
|
# - mirror.registry.io
|
||||||
|
|
Loading…
Reference in a new issue