minus-squarehollowman8904@alien.topBtoHomelab@selfhosted.forum•Docker compose file for CoreDNS?linkfedilinkEnglisharrow-up1·1 year agoThe bit after the image when running docker run from the command line is the command, which are arguments passed to the container’s entrypoint. So in your case, it would be command: -conf /root/Corefile https://docs.docker.com/compose/compose-file/compose-file-v3/#command linkfedilink
The bit after the image when running
docker run
from the command line is thecommand
, which are arguments passed to the container’s entrypoint. So in your case, it would becommand: -conf /root/Corefile
https://docs.docker.com/compose/compose-file/compose-file-v3/#command