Question

docker: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by docker) how to solve

docker: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32’ not found (required by docker) Am facing this issue how to install version 2.34


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
August 19, 2022

Hi @matinpathan,

You’ve having shared-library issues because you’re injecting a docker binary that depends on a different version of GNU libc than exists in the image.

How are you trying to run docker and what is the docker-compose.yaml file’s contents?

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up