, , volumesFrom. , VOLUME , .
Dockerfile, -:
FROM tianon/true
COPY build/ /opt/static
VOLUME ["/opt/static"]
Dockerrun.aws.json:
{
"name": "staticfiles",
"image": "mystaticcontainer",
"essential": false,
"memory": "16"
},
{
"name": "webserver,
...
"volumesFrom" : [
{
"sourceContainer": "staticfiles"
}
]
}
, volumes Dockerrun.aws.json, . - mountPoints , , volumesFrom . /opt/static staticfiles webserver .