Score:0

In the bind mount "hostPath:containerPath:ro" what dose the ro part do?

bn flag
  1. How do I know I need to add the ro or not?
  2. I know the ro stands for read only but why would you need a read only bind mount?
  3. How would it effect my docker-composer-yml

Example: Containerizing a python app

// docker-composer.yml
...
volumes:
    - ./src:/usr/src/app/src:ro
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.