Difference between links and depends_on in docker_compose.yml

According to the Docker Compose’s compose-file documentation: depends_on – Express dependency between services. links – Link to containers in another service and also express dependency between services in the same way as depends_on. I don’t understand the purpose of linking to other containers so the difference between two options still seems quite difficult for me. … Read more

What’s the difference between Docker Compose vs. Dockerfile [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago. The community is reviewing whether to reopen this question as of 3 days ago. Improve this question I have … Read more