Difference between revisions of "Docker-compose: volumes:"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
 
  [[docker-compose: volumes|volumes]]: <ref>https://docs.docker.com/compose/compose-file/#volumes</ref>
 
  [[docker-compose: volumes|volumes]]: <ref>https://docs.docker.com/compose/compose-file/#volumes</ref>
  
 
+
== Examples ==
 +
volumes:
 +
  example:
 +
    driver_opts:
 +
      type: "nfs"
 +
      o: "addr=10.40.0.199,nolock,soft,rw"
 +
      device: ":/docker/example"
  
  

Revision as of 07:25, 4 March 2020

Advertising: