+# load custom dnsmasq.conf +[ -d "/etc/compass-ci/dnsmasq.d/" ] &&
- cp /etc/compass-ci/dnsmasq.d/* ${PWD}/dnsmasq.d/
Are there directories under 'dnsmasq.d'?
No.
Copy 'dnsmasq.d' directly may be better, `cp dir/* dest/' will not contain dot files. so 'cp -r /etc/compass-ci/dnsmasq.d ${PWD}/'?
But your advice is a very good point, surely I need take care of the code compatibility.
-------- Thanks Yu Chuan
Thanks, RenWen
cmd=( docker run
--restart=always
2.23.0