A little more background...I have a legacy app which combines technologies. The need is to use some application and configuration files which are in one image in multiple containers. I would like to create template which handles all of this.
Currently, there are multiple images which have a great deal of duplicate files which I would like to eliminated. I would rather not use (an) empty volume(s) to which I would have to copy these files upon startup. On Mon, Mar 21, 2016 at 10:12 PM, Clayton Coleman <[email protected]> wrote: > The EmptyDir volume type handles that - you create a volume in your > pod template and then specify where it should be mounted into each > container. The "oc volume" command can help add and remove volumes > (see the examples) from deployment configs or replication controllers. > > > On Mar 21, 2016, at 10:11 PM, Carl Mosca <[email protected]> wrote: > > > > Is it possible to use --volumes-from or something comparable to share > non-persistent volumes with containers within a pod? > > > > TIA, > > Carl > > > > Carl J. Mosca > > _______________________________________________ > > dev mailing list > > [email protected] > > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > -- Carl J. Mosca
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
