2024-04-17 13:05:49 +06:00
|
|
|
# /etc/sysconfig/docker
|
2024-02-21 17:40:51 +06:00
|
|
|
|
2024-04-17 13:05:49 +06:00
|
|
|
# Modify these options if you want to change the way the docker daemon runs
|
|
|
|
OPTIONS="--selinux-enabled \
|
|
|
|
--log-driver=journald \
|
|
|
|
--live-restore \
|
|
|
|
--default-ulimit nofile=1024:1024 \
|
|
|
|
--init-path /usr/libexec/docker/docker-init \
|
|
|
|
--userland-proxy-path /usr/libexec/docker/docker-proxy \
|
|
|
|
"
|