rkt...@eldondev.com
unread,Dec 6, 2017, 1:48:15 PM12/6/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rkt...@googlegroups.com
Hi!
I am interested in using rkt as effectively a standalone tool for
running some personal infrastructure, Some of the containers I am
running have numerous data volumes that they want to mount, and it would
be preferable not to have to enumerate each one as a host mount. Is
there a way or would it be interesting to do something like the
following:
Have a convenience argument to mount the volumes descriped in an aci
whith a single root at a part of the filesystem. So for example, if my
aci wants /var/log, /var/data, /opt/data and /var/lib/data as volumes, I
could just point it at /opt/application, and end up with logs in
/opt/application/var/log, data in /opt/application/var/data , etc.
I haven't dug into the code yet, but I would imagine it could somehow
reside near the place where the "empty" default volume mount is handled.
I am open to maintaining my own patches for it if I get time to
implement, but I would be interested on feedback if, for some reason,
this is super hard or a Very Bad Idea. If it might be interesting to
others, I can also open a GH issue.
Thanks!
Eldon