Saturday, April 20, 2024
Google search engine
HomeContainersDocker undefined symbol seccomp_api_get

Docker undefined symbol seccomp_api_get

After centos successfully installs docker, starting service docker, and then run the container hello-world, the automatic pull is successful, and I got error is reported when running like Docker undefined symbol :

runc: symbol lookup error: runc: undefined symbol: seccomp_api_get
docker: Error response from daemon: cannot start a stopped process: unknown.

At first I thought it was because docker was not installed correctly or the version was wrong (the latest version I installed), so I decided to downgrade, first remove and then install the lower version of docker, after everything was reinstalled, docker run hello-world again, the result Still the same error. I checked the error report on Baidu for a long time, and there was no article about the error information. So I asked the classmate who was engaged in hardware, and the classmate hit the nail on the head: This is a problem such as the lack of header files or related libraries, so I finally found the problem according to the picture. The dependent package is missing, so the dependent package is installed and the problem is solved:

yum install libseccomp-devel

Good luck 🙂

YOU CAN SUPPORT DEVNINJA WITH A CUP OF COFFEE

As we continue to grow, we would wish to reach and impact more people who visit and take advantage of the guides we have on our blog. This is a big task for us and we are so far extremely grateful for the kind people who have shown amazing support for our work over the time we have been online. to search or browse the published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or more ) as a token of appreciation.

Support Us

DevNinja
DevNinja
System & Network Administrator Ninja
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

four × two =

- Advertisment -
Google search engine

Most Popular

Recent Comments