mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
27676ee487
* add moby-compose * Finally, a proper Moby Engine RPM * don't predefine build tags because its already defined somewhere else * add containerd
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
# /etc/sysconfig/docker
|
|
|
|
# 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 \
|
|
"
|