-
Notifications
You must be signed in to change notification settings - Fork 5.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
Docker-compose libz.so.1 file too short #1761
Comments
Fixed it seems when I moved the docker /var/lib/docker to a new drive it caused it |
Glad you got it sorted! |
@melaleuca5 how did you fix it? |
@melaleuca5 Same problem. How was this solved? |
Same problem here. I need to destroy and create my Vagrant VM every couple of days to come around this problem. Would be great if you could have another look at this. |
I solved it by doing a P.S I had also previously done a |
@aanand Can you reopen this? Seems like a few people are still getting it. For me, I had to resize my VM because of docker bloat and now docker-compose is complaining
Since I've just resized and booted into my new volume, /tmp is empty. Seems like docker-compose is storing this reference somewhere. How do I clear it? |
I kinda figured out what had happened in my case. Somehow |
Unfortunately, the "creating files in |
Raised an issue upstream |
Why are you using a frozen app at all? Simply install |
Fixed upstream, see pyinstaller/pyinstaller#1429 |
Nice. Marking this as a bug to remind us to update our PyInstaller version. |
I think the underlying problem is that |
We've upgraded to pyinstaller 3 (#2245). You can try out the new binary by downloading a master build here: https://dl.bintray.com/docker-compose/master/ The fix should also be in the 1.5.0 release. Let us know if you continue to experience this problem, and we can re-open the issue. |
Thanks! I've begun using |
When running docker-compose on ubuntu I get
docker-compose: error while loading shared libraries: /tmp/_MEIE6DGW6/libz.so.1: file too short
The text was updated successfully, but these errors were encountered: