Skip to content
Advertisement

docker compose: Error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted

After installing docker and docker-compose on:

JavaScript

When executing:

JavaScript

It returns:

Error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted

It should return:

JavaScript

Installation from docker-compose is this

Advertisement

Answer

Got it solved by re-mounting the /tmp to give the volume permission to execute (it was accessible with read-only). So this solved:

JavaScript
Advertisement