About OSv support for docker image using 9pfs

2018-09-18 Thread Qixuan Wu
Hi all, We have some requirement to support standard docker OCI image. Currently OSv did not support 9pfs. Anyone are thinking of this or not ? Thanks Qixuan Wu -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Qixuan Wu
HI, 在 2018年9月18日星期二 UTC+8下午8:24:48,Waldek Kozaczuk写道: > > Hi, > > Could you please be more specific? Do you want to run OSv in Docker or > Docker in OSv? > > Waldek > > On Tuesday, September 18, 2018 at 4:59:42 AM UTC-4, Qixuan Wu wrote: >> >> Hi all, >> >>We have some requirement to

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Nadav Har'El
On Tue, Sep 18, 2018 at 11:59 AM, Qixuan Wu wrote: > Hi all, > >We have some requirement to support standard docker OCI image. > >Currently OSv did not support 9pfs. Anyone are thinking of this or not > ? > Supporting 9p and virtfs has been on our wishlist for quite some time (see

About benchmark for scheduler and memory

2018-09-18 Thread Qixuan Wu
Hi all, Is anyone run some benchmark like lmbench inside OSv ? Then we can compare it with Linux and see the improvement detailed items. Thanks & Regards. Qixuan. -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Qixuan Wu
在 2018年9月19日星期三 UTC+8上午5:56:58,Nadav Har'El写道: > > > On Tue, Sep 18, 2018 at 11:59 AM, Qixuan Wu > wrote: > >> Hi all, >> >>We have some requirement to support standard docker OCI image. >> >>Currently OSv did not support 9pfs. Anyone are thinking of this or not >> ? >> > >

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Roman Shaposhnik
On Tue, Sep 18, 2018 at 5:48 PM, Qixuan Wu wrote: > > > 在 2018年9月19日星期三 UTC+8上午5:56:58,Nadav Har'El写道: >> >> >> On Tue, Sep 18, 2018 at 11:59 AM, Qixuan Wu wrote: >>> >>> Hi all, >>> >>>We have some requirement to support standard docker OCI image. >>> >>>Currently OSv did not support

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Roman Shaposhnik
On Tue, Sep 18, 2018 at 7:27 PM, Qixuan Wu wrote: > > > 在 2018年9月19日星期三 UTC+8上午10:00:36,Roman Shaposhnik写道: >> >> On Tue, Sep 18, 2018 at 5:48 PM, Qixuan Wu wrote: >> > >> > >> > 在 2018年9月19日星期三 UTC+8上午5:56:58,Nadav Har'El写道: >> >> >> >> >> >> On Tue, Sep 18, 2018 at 11:59 AM, Qixuan Wu wrote:

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Qixuan Wu
Hi Waldek: We have some different docker images or containers. Some images and containers are sharing some common layers. Currently, those are single process container with Java. And those java are loading other many jar tarballs. We cannot make all the tar files to be a qcow2

Re: gvisor - google user-space kernel in go

2018-09-18 Thread Qixuan Wu
- claim to run unmodified Linux executable like OSv does gVisor can run the C application without recompiling, but application only can run on OSv with recompiling. 在 2018年7月2日星期一 UTC+8上午2:38:48,Waldek Kozaczuk写道: > > Couple of days ago I attended a presentation by one of the Google >

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Qixuan Wu
在 2018年9月19日星期三 UTC+8上午10:00:36,Roman Shaposhnik写道: > > On Tue, Sep 18, 2018 at 5:48 PM, Qixuan Wu > wrote: > > > > > > 在 2018年9月19日星期三 UTC+8上午5:56:58,Nadav Har'El写道: > >> > >> > >> On Tue, Sep 18, 2018 at 11:59 AM, Qixuan Wu wrote: > >>> > >>> Hi all, > >>> > >>>We have some

Re: About OSv support for docker image using 9pfs

2018-09-18 Thread Waldek Kozaczuk
Hi, Could you please be more specific? Do you want to run OSv in Docker or Docker in OSv? Waldek On Tuesday, September 18, 2018 at 4:59:42 AM UTC-4, Qixuan Wu wrote: > > Hi all, > >We have some requirement to support standard docker OCI image. > >Currently OSv did not support 9pfs.