Jing
Jing
### Description `ip link` returns MTUs which doesn't match the respective MTU that are set for interfaces. For example, **loopback**'s MTU is always **65536** https://github.com/google/gvisor/blob/d59375d82e6301c08634e5d38c424fcf728ccda5/pkg/tcpip/link/loopback/loopback.go#L61-L63 `ip link` returns **65522** veth...
### Description I followed https://gvisor.dev/docs/tutorials/cni/ set up networking for a gVisor sandbox using CNI For the last step, the server doesn't return anything, which is unexpected, I might misconfigure something,...
The helper function is deprecated. The package gvisor.dev/gvisor/pkg/rand depends on crypto/rand which performs worse thatn math/rand, the changes are fine since they are not at any gVisor's hot path. The...
### Description Gitter has been the primary IM for gVisor community. What do you think about Slack vs Discord vs Gitter as community IM. ### Is this feature related to...
### Description implement `runsc features` that is similar to `runc features` command ``` $ runc features { "ociVersionMin": "1.0.0", "ociVersionMax": "1.2.0", "hooks": [ "prestart", "createRuntime", "createContainer", "startContainer", "poststart", "poststop" ],...
### Description I am playing with docker compose in gVisor, if any issue is seen, please post here or create an issue I managed to run hello world via docker...
### Description ### How to reproduce ``` # tracepath google.com tracepath: IP_MTU_DISCOVER: Operation not supported ``` ### Is this feature related to a specific bug? _No response_ ### Do you...
### Description gVisor allows user to run normal docker workflows inside gVisor sandbox as described at https://gvisor.dev/docs/tutorials/docker-in-gvisor/. At the same time, users can run AI/ML workflow with docker using GPU...