RE : Re: RE : Re: RE : Re: RE : Re: [kubernetes-users] composition of services it's possible?

2017-04-11 Thread yasmine.cheikhrouhou
: [kubernetes-users] composition of services it's possible? Nothing is impossible, but somethings are difficult. You could spin up a deployment per user, size 1, with a persistent volume, and run install packages onto the PV, rather than the rootfs. Or you could do a `docker build` which does `apt

Re: RE : Re: RE : Re: RE : Re: [kubernetes-users] composition of services it's possible?

2017-04-11 Thread
Nothing is impossible, but somethings are difficult. You could spin up a deployment per user, size 1, with a persistent volume, and run install packages onto the PV, rather than the rootfs. Or you could do a `docker build` which does `apt-get install` on all the extra packages you want, push that

RE : Re: RE : Re: RE : Re: [kubernetes-users] composition of services it's possible?

2017-04-11 Thread yasmine.cheikhrouhou
Thank you sir.Are you sure? If yes is there a way to do this  Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Jay Pipes Date : 11/04/2017 21:01 (GMT+01:00) À : kubernetes-users@googlegroups.com Objet : Re: RE : Re: RE : Re: [kubernetes-users] composition