This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Description
Hi there,
I use docker://ubuntu image with stage1-kvm.aci to run a pod. But when I execute "apt-get update" inside, something goes wrong as follows:
root@node4:~/rkt.git# rkt run --insecure-options=all --interactive --stage1-image=/usr/local/bin/stage1-kvm.aci docker://ubuntu
rkt: using image from file /usr/local/bin/stage1-kvm.aci
rkt: using image from local store for url docker://ubuntu
run: group "rkt" not found, will use default gid when rendering images
root@clr:/# apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Get:1 http://archive.ubuntu.com trusty-updates InRelease [64.4 kB]
Get:2 http://archive.ubuntu.com trusty-security InRelease [64.4 kB]
E: Unable to determine file size for fd 7 - fstat (2: No such file or directory)
root@clr:/#
Is this a bug? Or I miss some configurations?
Thanks.