Parcourir la source

Add docs for volumes_from

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman il y a 11 ans
Parent
commit
4afcdbdb3c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      docs/yml.md

+ 5 - 0
docs/yml.md

@@ -54,6 +54,11 @@ expose:
 volumes:
 volumes:
  - cache/:/tmp/cache
  - cache/:/tmp/cache
 
 
+-- Mount all of the volumes from another service or container
+volumes_from:
+ - service_name
+ - container_name
+
 -- Add environment variables.
 -- Add environment variables.
 -- Environment variables with only a key are resolved to values on the host 
 -- Environment variables with only a key are resolved to values on the host 
 -- machine, which can be helpful for secret or host-specific values.
 -- machine, which can be helpful for secret or host-specific values.