Re: Getting secure data into Docker containers

2015-02-18 Thread Steve Niemitz
I was planning on starting both mount and network mode support either next week or the week after. (Probably network mode support first). However, based on the feedback from Bill, I think I might start with his suggestion in the ticket, and allow static mounts specified to the scheduler. This wo

Re: Getting secure data into Docker containers

2015-02-18 Thread Bill Farner
Mounts is the most lo fi approach that comes to mind. I'd be in support of patches to satisfy (part of) AURORA-1107 to fulfill this need (which would hopefully be distinct from another perspective on AURORA-1107 in which end-users of Aurora can request arbitrary mounts). -=Bill On Wed, Feb 18, 2

Getting secure data into Docker containers

2015-02-18 Thread Hussein Elgridly
Aurorans, We have some secure data (think login credentials) that we need to access from inside a Docker container launched by Aurora. I'm trying to figure out the best approach for getting them inside the container, since baking them into the image is a can of worms I don't want to open. The ide