Hi Akram & Andy Thanks for the response, really helpful. Just to be sure, do we need both for production setup? Will it effect my running app if I don't setup docker storage on each node?
Thanks, Priya On Mon, Jan 9, 2017 at 8:25 PM, Andy Goldstein <[email protected]> wrote: > > > On Mon, Jan 9, 2017 at 9:45 AM, Akram Ben Aissi <[email protected]> > wrote: > >> Hi Pri, >> >> docker storage is locally used by docker on each node to store container >> runtime data (binaries, temp files, logs). >> > > More specifically, it stores docker images and any modifications made to a > container's file system after you've started the container. > > >> >> persistent volumes are attachable volumes, automatically mounted on >> container landing that is used to store data intended to be permanent >> accross containers failures, restarts or re-scheduling; >> >> >> On 9 January 2017 at 14:31, Pri <[email protected]> wrote: >> >>> Hi, >>> >>> I would like to understand the difference between docker storage-setup >>> and persistent volumes for pods. Aren't both same? >>> >>> Do we need to configure both for production purpose? >>> >>> Would be very helpful if someone can explain this. >>> >>> Thanks a lot >>> Priya >>> >>> _______________________________________________ >>> dev mailing list >>> [email protected] >>> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev >>> >>> >> >> _______________________________________________ >> dev mailing list >> [email protected] >> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev >> >> >
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
