hypercli icon indicating copy to clipboard operation
hypercli copied to clipboard

Command line tool for the Hyper.sh platform.

Results 27 hypercli issues
Sort by recently updated
recently updated
newest added

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

(1) First, run a container with command "hypercli run -di busybox cat". Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1", and read from stdout which should success, but timeout. (2) Run a container with...

At first , I run a container "hypercli run -itd busybox cat", and then attach it , input "hello\n", in test case TestAttachDetachTruncatedID(docker_cli_attach_unix_test.go),it read an empty string and err =...

``` 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"

When I hyper stats a non-existent container, the return message is not stable.Sometimes it may return the message that the container is not exist.But sometimes it may return the normal...

At first I "hypercli stats" , and then I run a new container。But the stats of the new container won't show up in the previous "hypercli stats" console.