Bug 1782918
Summary: | Failed to start a container | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Alex Jia <ajia> |
Component: | docker | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.7 | CC: | amurdaca, ddarrah, dornelas, jnovy, leiwang, lsm5, pasik |
Target Milestone: | rc | Keywords: | Extras, Regression, TestBlocker |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-27 16:20:10 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1636244, 1653292, 1718441, 1766665, 1897732 |
Comment 8
Jindrich Novy
2021-04-06 13:57:55 UTC
This bug has been verified on docker-1.13.1-205.git7d71120.el7_9. [root@hpe-dl380pgen8-02-vm-14 ~]# rpm -q docker kernel docker-1.13.1-205.git7d71120.el7_9.x86_64 kernel-3.10.0-1160.21.1.el7.x86_64 [root@hpe-dl380pgen8-02-vm-14 ~]# docker info|grep Runtime WARNING: You're not using the default seccomp profile WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled Runtimes: docker-runc runc Default Runtime: docker-runc [root@hpe-dl380pgen8-02-vm-14 ~]# docker run -it registry.access.redhat.com/rhel7 /bin/sh Unable to find image 'registry.access.redhat.com/rhel7:latest' locally Trying to pull repository registry.access.redhat.com/rhel7 ... latest: Pulling from registry.access.redhat.com/rhel7 91592046c71b: Pull complete b77bb434db5a: Pull complete Digest: sha256:c126fa08de4d4696df678caf5b8ad7aeeaf8d7de9781369e68f82faf904a90dc Status: Downloaded newer image for registry.access.redhat.com/rhel7:latest sh-4.2# ps axuf USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.2 0.0 11824 1660 ? Ss 17:21 0:00 /bin/sh root 6 0.0 0.0 51728 1692 ? R+ 17:21 0:00 ps axuf sh-4.2# exit exit Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (docker bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:1406 |