Closed eczajk1 closed 7 years ago
Yes there seems to be an issue that the swap is not being enabled.
As a temporary measure if you do
docker run --privileged --pid=host justincormack/nsenter1 /sbin/swapon /var/spool/swap
it should mount it. I will prepare a fix.
Edit: you could also increase the VM memory allocation.
This script didn't seem to work for me, but increasing the VM allocation did. Thanks!
@eczajk1 The swap is now enabled on Beta39. Also it seems that increasing the memory worked. Are you ok to close this issue?
Fine with me. Thanks for the help.
Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.
If you have found a problem that seems similar to this, please open a new issue.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. /lifecycle locked
Expected behavior
Docker image to build properly - trying to build an image that I have built and re-build many times in previous version of Docker.
Note that I have just upgraded to
Version 1.13.0 (9795)
.Actual behavior
Build errors that appears to be related to memory issues:
Information
Steps to reproduce the behavior
docker build -t my-image .