-
Notifications
You must be signed in to change notification settings - Fork 553
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Docker compose recently added support for volume.type=image in docker/compose#12725.
services:
with_image:
image: alpine
command: "ls -al /mnt/image"
volumes:
- type: image
source: nginx:alpine
target: /mnt/image
image:
subpath: usr/share/nginx/html/awmath, jan-matejka, lautat and Saancreed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request