Open AndreCapelache opened 7 years ago
I need a way to set the volume for the containers, like a persist efs volume.
Ex.: a way like container definitions:
volumes-file: volume.json
volume.json:
[ { "name": "efs", "host": { "sourcePath": "/mnt/efs/www" } } ]
I sent a pull request #16
I need a way to set the volume for the containers, like a persist efs volume.
Ex.: a way like container definitions:
volumes-file: volume.json
volume.json:
[ { "name": "efs", "host": { "sourcePath": "/mnt/efs/www" } } ]