Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
# systemctl start docker-latest
Job for docker-latest.service failed because the control process exited with error code. [...]
# systemctl status docker-latest|cat
● docker-latest.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker-latest.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2016-08-08 11:18:27 EDT; 31s ago
Docs: http://docs.docker.com
Process: 12599 ExecStart=/usr/bin/dockerd-latest daemon --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd -g /var/lib/docker-latest $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY (code=exited, status=1/FAILURE)
Main PID: 12599 (code=exited, status=1/FAILURE)
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: Starting Docker Application Container Engine...
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain dockerd-latest[12599]: /usr/bin/dockerd-latest: "/usr/bin/dockerd-latest" requires 0 arguments.
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain dockerd-latest[12599]: Usage: dockerd [OPTIONS]
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: docker-latest.service: main process exited, code=exited, status=1/FAILURE
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: Failed to start Docker Application Container Engine.
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: Unit docker-latest.service entered failed state.
Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: docker-latest.service failed.
This is docker-latest-1.12.0-2.el7.x86_64
Removing the word "daemon" from /usr/lib/systemd/system/docker-latest.service yields:
# systemctl start docker-latest (fails again)
# systemctl status docker-latest|cat
...
Aug 08 11:33:24 esm-rhel7-d12-1.localdomain dockerd-latest[12850]: time="2016-08-08T11:33:24.407644145-04:00" level=fatal msg="Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specificed the correct address. Got error: exec: \"docker-containerd\": executable file not found in $PATH"
docker-containerd is provided by docker-latest but lives in /usr/libexec/docker/docker-containerd
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, 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://rhn.redhat.com/errata/RHBA-2016-1829.html
# systemctl start docker-latest Job for docker-latest.service failed because the control process exited with error code. [...] # systemctl status docker-latest|cat ● docker-latest.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker-latest.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Mon 2016-08-08 11:18:27 EDT; 31s ago Docs: http://docs.docker.com Process: 12599 ExecStart=/usr/bin/dockerd-latest daemon --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd -g /var/lib/docker-latest $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY (code=exited, status=1/FAILURE) Main PID: 12599 (code=exited, status=1/FAILURE) Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: Starting Docker Application Container Engine... Aug 08 11:18:27 esm-rhel7-d12-1.localdomain dockerd-latest[12599]: /usr/bin/dockerd-latest: "/usr/bin/dockerd-latest" requires 0 arguments. Aug 08 11:18:27 esm-rhel7-d12-1.localdomain dockerd-latest[12599]: Usage: dockerd [OPTIONS] Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: docker-latest.service: main process exited, code=exited, status=1/FAILURE Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: Failed to start Docker Application Container Engine. Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: Unit docker-latest.service entered failed state. Aug 08 11:18:27 esm-rhel7-d12-1.localdomain systemd[1]: docker-latest.service failed. This is docker-latest-1.12.0-2.el7.x86_64 Removing the word "daemon" from /usr/lib/systemd/system/docker-latest.service yields: # systemctl start docker-latest (fails again) # systemctl status docker-latest|cat ... Aug 08 11:33:24 esm-rhel7-d12-1.localdomain dockerd-latest[12850]: time="2016-08-08T11:33:24.407644145-04:00" level=fatal msg="Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specificed the correct address. Got error: exec: \"docker-containerd\": executable file not found in $PATH" docker-containerd is provided by docker-latest but lives in /usr/libexec/docker/docker-containerd