Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Run runv with docker create busybox container failed #677

@ZhangSenter

Description

@ZhangSenter

ENV:
ubuntu16.04.2 64bit
go version go1.10.1 linux/amd64
runv version 1.0.0
Docker version 18.03.0-ce

STEP:

  1. according to the https://github.com/hyperhq/runv/tree/master instructions.
  2. Some steps.
  3. 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
  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions