You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
runv --kernel /var/lib/hyper/kernel --initrd /var/lib/hyper/hyper-initrd.img run mycontainer and it was successful, info as follow:
root@node-dev9:~# runv list
ID PID STATUS BUNDLE CREATED OWNER
mycontainer 79976 running /containerbundle 2018-04-24T09:54:03+08:00 root
docker run --rm -it busybox and it was failed, info as follow:
root@node-dev9:~# docker run --rm -it busybox
set winsize failed, rpc error: code = Unavailable desc = all SubConns are in TransientFailure
Does it not support ubuntu16.04? Or something else?
The text was updated successfully, but these errors were encountered:
It seems that it's the docker version problem, I meet the same issue when I use docker-ce 17.03, it works fine after I upgrade the docker version to 17.06 as offical doc said.
ENV:
ubuntu16.04.2 64bit
go version go1.10.1 linux/amd64
runv version 1.0.0
Docker version 18.03.0-ce
STEP:
root@node-dev9:~# runv list
ID PID STATUS BUNDLE CREATED OWNER
mycontainer 79976 running /containerbundle 2018-04-24T09:54:03+08:00 root
root@node-dev9:~# docker run --rm -it busybox
set winsize failed, rpc error: code = Unavailable desc = all SubConns are in TransientFailure
Does it not support ubuntu16.04? Or something else?
The text was updated successfully, but these errors were encountered: