-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install docker when using the latest centos7 image due to systemd file conflicts #38
Comments
Correct. This is caused by the removal of systemd-container from 7.2. Do a new |
I'll try this out, thanks! |
Is there a webhook anywhere we can use to update our Centos base images when a build is shipped? |
I know there have been several attempts at submitting a feature like this to docker, but I don't think any of them have been merged in yet. I would check with docker folks to see. |
Thanks @jperrin. I'll investigate. I use a CentOS base image to which add my user needs, etc. Anything that ran |
It looks like using an older image 7.1 image causes issues when installing docker. This fails :
|
point-in-time releases will require added attention, yes. This is because the 7.1.1503 container is trying to pull from current repositories. You'll have to apply updates and work around systemd-container vs systemd dep issues. |
The issue can be reproduced using the simple Dockerfile shown below.
This results in errors like these :
In case it matters, I am running docker engine 1.9.0 on CentOS 7.1 .
The text was updated successfully, but these errors were encountered: