You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue again, and meanwhile I had forgotten the #1339 work-around. Is it quick to fix? If not, could we put a more helpful error message that reminds users of the work-around?
Description of the issue
docker-compose fails to run when /tmp is in noexec mode.
Context information (for bug reports)
/tmp is mounted in noexec mode
Output of
docker-compose version
Output of
docker version
Output of
docker-compose config
(Make sure to add the relevant
-f
and other flags)Steps to reproduce the issue
Observed result
docker-compose: error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted
Expected result
docker-compose should run even if /tmp is in noexec mode.
Stacktrace / full error message
Additional information
No workaround will be accepted. Many software manage to run even if /tmp is in noexec. Why not docker-compose ?
The text was updated successfully, but these errors were encountered: