Closed valch85 closed 8 years ago
Same problem as https://github.com/grammarly/rocker/issues/51
containers: a: volumes: /data b: volumes_from: a
When b changes, rocker-compose will remove and create the container. While removing b, Docker 1.9 removes the /data volume of a.
b
/data
a
Same problem as https://github.com/grammarly/rocker/issues/51
When
b
changes, rocker-compose will remove and create the container. While removingb
, Docker 1.9 removes the/data
volume ofa
.