Hao Zhang

Results 5 issues of Hao Zhang

Track issue list in runv before functional test #474 could pass and get merged. - BUG - [ ] detach mode(-d) in run/create/start works abnormally. fix #483 @Crazykev - [x]...

class:enhancement
topic:test

runv test case is less than required, we also need OCI runtime compatible test, docker/containerd integration test and cri-o integration test, here is just a tracker. I'm starting to build...

class:enhancement
topic:test

``` "GET" "/containers/json?all=1" ``` If result is blank, want "[]\n", get "[]"

``` hyper run -d --name container1 busybox top hyper run -it --link container1:alias1 busybox sh ``` `ping alias1` works `ping container1` failed

``` hyper run -d --name A busybox top hyper run -d --name B --link A:aliasA busybox top hyper inspect -f {{ .HostConfig.Links }} $container_id ``` Got: "A:aliasA" Expected: "/A:/B/aliasA"