Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu:14.04 and 14.10 images don't work with overlayfs storage driver #376

Closed
bobrik opened this issue Dec 27, 2014 · 2 comments
Closed

Comments

@bobrik
Copy link

bobrik commented Dec 27, 2014

root@callisto ~/of $ docker run --rm ubuntu:14.04 date
FATA[0000] Error response from daemon: mkdir /home/docker/overlay/c4860be5339b61850b55c2492155bad3d14cc428607f7273780640f472303103-init/merged/dev/shm: invalid argument
root@callisto ~/of $ docker run --rm ubuntu:14.10 date
FATA[0000] Error response from daemon: mkdir /home/docker/overlay/a38b89871a4f8073c0123985396f4048199b3c89a7e4d4e1eccef11e18f81df5-init/merged/dev/shm: invalid argument
root@callisto ~/of $ docker run --rm ubuntu:15.04 date
Sat Dec 27 10:41:08 UTC 2014
root@callisto ~/of $ docker info
Containers: 15
Images: 20
Storage Driver: overlay
Execution Driver: native-0.2
Kernel Version: 3.18.1-031801-generic
Operating System: Ubuntu 14.04.1 LTS
CPUs: 2
Total Memory: 3.791 GiB
Name: callisto
ID: ZWU6:UVBQ:HL5R:AAB5:GKYQ:2MSR:UPQW:TN6H:32C4:JJFX:WLWA:YPNZ
WARNING: No swap limit support

This is related to moby/moby#9820.

@tianon
Copy link
Member

tianon commented Dec 29, 2014

Looks like this is getting a resolution over there -- ie, don't run overlay on top of btrfs, for now. Is that correct?

@bobrik
Copy link
Author

bobrik commented Dec 29, 2014

Yep, closing.

@bobrik bobrik closed this as completed Dec 29, 2014
legolaz8451 pushed a commit to legolaz8451/official-images that referenced this issue Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants