Xu Wang

Results 96 comments of Xu Wang

@telala could you try docker 17.12 or 17.06 instead? docker will change some configurations randomly, which is not standardized yet, as a result, it may break runtimes other than runc.

@bergwolf are you working on investigating this?

you may find the version at the beginning of the logs (by default `/var/log/hyper/hyperd.INFO`): ``` I0924 10:30:44.809559 20376 hyperd.go:189] Hyper daemon: 1.1.0 ```

And checked with the code ``` # hyperctl version The hyperctl version is 1.1.0 ``` It's supported

One more thing, you may query the server with API ``` # echo -e "GET /version HTTP/1.0\r\n" | nc -U /var/run/hyper.sock HTTP/1.0 200 OK Content-Type: application/json Server: Docker/library-import (linux) Date:...

Both the client side and server side. I think it should be documented

related with the infra-container?

Any update on this issue @Crazykev ?

Thank you @danielbodart , we will evaluate it first :)

Tried but give up -- It is too hard to operate low level storage functionalities inside docker container.