Expected behavior
This behavior is only happening when attempting to run apt-get
in a container using a mounted volume.
Otherwise apt-get install shouldn’t fail. I’m not sure what to look at.
Actual behavior
Receive the following error:
apt-get update -yqq
E: Unable to determine file size for fd 11 - fstat (2: No such file or directory)
Information
pinata diagnose -u
on OSX
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.0-beta6
Running diagnostic tests:
[OK] docker-cli
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160407-112050.tar.gz.
Your unique id in bugsnag is: 4C656227-B6CE-4149-8C4A-5A26C86E3445
Please quote this in all correspondence.
Steps to reproduce
- Start a container with a volume mounted. I was using a docker-compose.yml definition.
- Run
apt-get update -yqq