hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

Compare runv with Clear Container(Pod support) #565

Closed jovizhangwei closed 6 years ago

jovizhangwei commented 7 years ago

Hi,

I'm a newbie for runv, may I ask the differences between runv with Clear Container? like does it support Pod in k8s? etc. I did't found any doc about Pod support or plans in runv.

Thanks.

gnawux commented 7 years ago

@jovizhangwei I think you may ref the following projects:

Compare with clear container:

For runV:

jovizhangwei commented 7 years ago

Thanks @gnawux for give me helpful answers.

I noticed that Clear Container still have many limitations, so just wondering whether runv have the same issues here, for example, support "docker run -m", "docker run --cpus", and "docker stats".

I tried to found these info in runv's Doc, but got nothing about these sample usages, it would be very useful to show more docker CLI usage in README.md or in Doc.

Thanks.