-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
InnoDB: auto-extending data file ./ibdata1 is of a different size 0 pages #345
Comments
same here :( |
running into this today as well |
Ok, I think I might have a work around for this. When I ran docker rmi $(docker images -f "dangling=true" -q) This freed up ~28GB of docker images and I no longer ran into this error with the |
@danriti, that is strange; I am constantly around 240GB+ of images (since I build test every official-image) and haven't run into this issue. Are you perhaps using a VM on Windows or OSX? @Lt-grint, Are more details you can give us? Host information, ie OSX, Windows 10 Pro? I assume some sort of Windows because of |
@yosifkit it is indeed very strange. i'm using "Docker for OSX" natively (not using a VM), so i really have no idea if my disk observations are just purely coincidence or not. |
The default size of the VM used on Docker soft Mac is 64GB, so adding some additional things that are stored inside the VM, probably it runs out of disk space. Note; for cleaning up unused images, you can use |
Closing since this appears to be both explained well and not an issue with the image (but rather one with the Docker host upon which it's being run). Thanks! |
I changed shared folder's permission and everything worked. Windows10/Mariadb/Docker18.06.1-ce-win73 (19507) |
I use
docker run --name db -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -v /d/workspace/data/mysql:/var/lib/mysql -d mysql:5.6
to run mysql container.But it went wrong, this is the error log:How to resolve it .
The text was updated successfully, but these errors were encountered: