Solve the Error resolving sysca when running docker containers in centos 7

Source: Internet
Author: User

Solve the Error resolving sysca when running docker containers in centos 7

Docker is being studied recently! Running docker in centos7 of a virtual machine often includes:

[Jm @ localhost docker] $ docker run-it lin/centos6/bin/bash

2016/11/08 19:38:53 Error resolving syscall name execveat: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name getrandom: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name memfd_create: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name renameat2: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name sched_getattr: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name sched_setattr: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name seccomp: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name breakpoint: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name cacheflush: cocould not resolve name to syscall-ignoring syscall.

2016/11/08 19:38:53 Error resolving syscall name set_tls: cocould not resolve name to syscall-ignoring syscall.

[Root @ c3f9a779dc59/] #


Prompt. However, container functions can be used normally.

[Solution]

You only need to install or update the software package libseccomp to Version 2.2 or later to eliminate this error message!

[Jm @ localhost docker] $ sudo yum-y install libseccomp

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.