Data Containers in Elastic Beanstalk
In deploying a multicontainer Docker application to Elastic Beanstalk I needed to mount a volume from one container into another. Something similar to: docker run –volumes-from my-data-container my-container I got a little stuck because the docs for running a multicontainer application in Beanstalk talk about mounting volumes on the host but not between containers. The solution is … More Data Containers in Elastic Beanstalk